Skip to content

Commit

Permalink
Fix dependencies after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kettlebell committed Oct 2, 2022
1 parent 05ee834 commit 1ed6ddf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ergotree-interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ ergotree-ir = { version = "^0.20.0", path = "../ergotree-ir", features = ["arbit
ergoscript-compiler = { version = "^0.16.0", path = "../ergoscript-compiler" }
proptest = "1.0.0"
sigma-test-util = { version = "^0.3.0", path = "../sigma-test-util" }
ergotree-macro = { version = "0.19", path = "../ergotree-macro"}
ergotree-macro = { version = "0.20", path = "../ergotree-macro"}

4 changes: 2 additions & 2 deletions ergotree-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ergotree-macro"
version = "0.19.0"
version = "0.20.0"
license = "CC0-1.0"
authors = ["Timothy Ling (@kettlebell)"]
description = "Procedural macro to generate ErgoTree expressions"
Expand All @@ -22,4 +22,4 @@ proc-macro-error = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full", "extra-traits", "visit-mut"] }
ergotree-ir = { version = "^0.19.0", path = "../ergotree-ir", features = ["arbitrary", "ergotree-proc-macro"] }
ergotree-ir = { version = "^0.20.0", path = "../ergotree-ir", features = ["arbitrary", "ergotree-proc-macro"] }

0 comments on commit 1ed6ddf

Please sign in to comment.