Skip to content

Commit 1ed6ddf

Browse files
committed
Fix dependencies after rebase
1 parent 05ee834 commit 1ed6ddf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ergotree-interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ ergotree-ir = { version = "^0.20.0", path = "../ergotree-ir", features = ["arbit
6262
ergoscript-compiler = { version = "^0.16.0", path = "../ergoscript-compiler" }
6363
proptest = "1.0.0"
6464
sigma-test-util = { version = "^0.3.0", path = "../sigma-test-util" }
65-
ergotree-macro = { version = "0.19", path = "../ergotree-macro"}
65+
ergotree-macro = { version = "0.20", path = "../ergotree-macro"}
6666

ergotree-macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ergotree-macro"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
license = "CC0-1.0"
55
authors = ["Timothy Ling (@kettlebell)"]
66
description = "Procedural macro to generate ErgoTree expressions"
@@ -22,4 +22,4 @@ proc-macro-error = "1"
2222
proc-macro2 = "1"
2323
quote = "1"
2424
syn = { version = "1", features = ["full", "extra-traits", "visit-mut"] }
25-
ergotree-ir = { version = "^0.19.0", path = "../ergotree-ir", features = ["arbitrary", "ergotree-proc-macro"] }
25+
ergotree-ir = { version = "^0.20.0", path = "../ergotree-ir", features = ["arbitrary", "ergotree-proc-macro"] }

0 commit comments

Comments
 (0)