Skip to content

Commit 29d0ef8

Browse files
committed
clean up
1 parent e407b99 commit 29d0ef8

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

ergo-chain-types/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@ crate-type = ["cdylib", "rlib"]
1616
[dependencies]
1717
k256 = { version = "0.9.6", features = ["zeroize", "arithmetic", "ecdsa"] }
1818
base16 = "0.2.1"
19-
#thiserror = "1"
2019
derive_more = "0.99"
2120
sigma-ser = { version = "^0.3.0", path = "../sigma-ser" }
2221
elliptic-curve = {version = "0.10.6", features = ["zeroize", "ff"]}
2322
proptest-derive = {version = "0.3.0", optional = true }
2423
num-bigint = "0.4.0"
25-
#ergotree-ir = { version = "^0.14.0", path = "../ergotree-ir", features = ["arbitrary"] }
26-
#serde = { version = "1.0", features = ["derive"], optional = true }
27-
#serde_json = { version = "1.0", optional = true }
2824

2925
[dependencies.proptest]
3026
# wasm support, via https://altsysrq.github.io/proptest-book/proptest/wasm.html
@@ -41,9 +37,7 @@ version = "1.9.1"
4137
features = [ "json" ]
4238
optional = true
4339

44-
4540
[dev-dependencies]
46-
sigma-test-util = { version = "^0.3.0", path = "../sigma-test-util" }
4741
rand = "0.8.3"
4842
pretty_assertions = "0.7.2"
4943

ergo-chain-types/src/serialization.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)