forked from everx-labs/ever-bls-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed dependency * Cargo fix * cargo check * Increase version
- Loading branch information
1 parent
0b07101
commit ab3db99
Showing
9 changed files
with
219 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
[package] | ||
edition = '2018' | ||
name = 'ever_bls_lib' | ||
version = '0.1.83' | ||
name = 'gosh_bls_lib' | ||
version = '0.2.0' | ||
|
||
[dependencies] | ||
anyhow = "1.0.80" | ||
criterion = '0.3' | ||
failure = '0.1' | ||
rand = '0.7' | ||
rand_chacha = '0.2' | ||
blst = { features = [ 'portable' ], version = '0.3.5' } | ||
ton_types = { git = 'https://github.com/tonlabs/ever-types.git', tag = '2.0.19' } | ||
tvm_types = { git = 'https://github.com/tvmlabs/tvm-types.git', tag = '3.0.1' } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.