-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from roynalnaruto/fix/lock-file
feat: add lock file for solc version while copying contents over
- Loading branch information
Showing
4 changed files
with
101 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
[package] | ||
name = "svm-rs" | ||
version = "0.2.5" | ||
version = "0.2.6" | ||
edition = "2018" | ||
authors = ["Rohit Narurkar <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -45,6 +45,7 @@ sha2 = { version = "0.9.9", default-features = false } | |
tempfile = { version = "3.2.0", default-features = false } | ||
thiserror = { version = "1.0.29", default-features = false } | ||
tokio = { version = "1.11.0", features = ["full"] } | ||
tracing = "0.1.30" | ||
url = { version = "2.2.2", default-features = false } | ||
|
||
[build-dependencies] | ||
|
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
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