axelarnetwork / tofn

A threshold cryptography library in Rust
Apache License 2.0
107 stars 22 forks source link

Version tags #199

Open naughtyfox opened 2 years ago

naughtyfox commented 2 years ago

Hey guys! We'd like to use tofn library, but it has no releases or version tags. How about adding ones? Thank you for awesome product!

ggutoski commented 2 years ago

Hi! It's on the to-do list. Not sure yet whether we want to cut a tag for the current head of main. In the meantime you can use tofn with the appropriate entry in your Cargo.toml file. See Specifying Dependencies - The Cargo Book.

Example: you can specify a specific commit hash with something like:

tofn = { git = "ssh://git@github.com/axelarnetwork/tofn.git", rev = "702a8b03a22c10470ae18b880808175a9c39d5b3"}