We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fe810 commit 7a56165Copy full SHA for 7a56165
snapshot-lib/Cargo.toml
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
12
jormungandr-lib = { git = "https://github.com/input-output-hk/jormungandr.git", branch = "master" }
13
serde = { version = "1", features = ["derive"], optional = true }
14
proptest = { git = "https://github.com/input-output-hk/proptest.git", branch = "master", optional = true }
15
-hex = { version = "0.4", optional = true }
+hex = { version = "0.4" }
16
thiserror = "1.0"
17
fraction = "0.10"
18
reqwest = { version = "0.11", features = ["blocking", "json"] }
0 commit comments