diff --git a/Cargo.toml b/Cargo.toml index ab9677fe1..6116c5874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,17 +25,17 @@ repository = "https://github.com/ergoplatform/sigma-rust" edition = "2021" [workspace.dependencies] -sigma-util = { version = "^0.14.0", path = "./sigma-util" } -sigma-ser = { version = "^0.15.0", path = "./sigma-ser" } -ergotree-ir = { version = "^0.27.1", path = "./ergotree-ir" } -ergo-chain-types = { version = "^0.14.1", path = "./ergo-chain-types" } -sigma-test-util = { version = "^0.3.0", path = "./sigma-test-util" } -ergoscript-compiler = { version = "^0.23.1", path = "./ergoscript-compiler" } -ergotree-interpreter = { version = "^0.27.1", path = "./ergotree-interpreter" } -ergo-nipopow = { version = "^0.14", path = "./ergo-nipopow" } -ergo-merkle-tree = { version = "^0.14.1", path = "./ergo-merkle-tree" } -ergo-rest = { version = "^0.12.1", path = "./ergo-rest" } -ergo-lib = { version = "^0.27.1", path = "./ergo-lib"} +sigma-util = { version = "^0.15.0", path = "./sigma-util" } +sigma-ser = { version = "^0.16.0", path = "./sigma-ser" } +ergotree-ir = { version = "^0.28.0", path = "./ergotree-ir" } +ergo-chain-types = { version = "^0.15.0", path = "./ergo-chain-types" } +sigma-test-util = { version = "^0.4.0", path = "./sigma-test-util" } +ergoscript-compiler = { version = "^0.24.0", path = "./ergoscript-compiler" } +ergotree-interpreter = { version = "^0.28.0", path = "./ergotree-interpreter" } +ergo-nipopow = { version = "^0.15", path = "./ergo-nipopow" } +ergo-merkle-tree = { version = "^0.15.0", path = "./ergo-merkle-tree" } +ergo-rest = { version = "^0.13.0", path = "./ergo-rest" } +ergo-lib = { version = "^0.28.0", path = "./ergo-lib"} k256 = { version = "0.13.1", features = ["arithmetic", "ecdsa"] } elliptic-curve = { version = "0.12", features = ["ff"] } thiserror = "1" diff --git a/bindings/ergo-lib-c-core/Cargo.toml b/bindings/ergo-lib-c-core/Cargo.toml index 8c94e4bc2..44d31d155 100644 --- a/bindings/ergo-lib-c-core/Cargo.toml +++ b/bindings/ergo-lib-c-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-lib-c-core" -version = "0.27.1" +version = "0.28.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true diff --git a/bindings/ergo-lib-c/Cargo.toml b/bindings/ergo-lib-c/Cargo.toml index 40022a417..0d78c5502 100644 --- a/bindings/ergo-lib-c/Cargo.toml +++ b/bindings/ergo-lib-c/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-lib-c" -version = "0.27.1" +version = "0.28.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true @@ -16,7 +16,7 @@ name = "ergo" crate-type = ["staticlib"] [dependencies] -ergo-lib-c-core = { version = "^0.27.1", path = "../ergo-lib-c-core" } +ergo-lib-c-core = { version = "^0.28.0", path = "../ergo-lib-c-core" } paste = "^1.0" [features] diff --git a/bindings/ergo-lib-jni/Cargo.toml b/bindings/ergo-lib-jni/Cargo.toml index db67c8fc7..0b8b8af47 100644 --- a/bindings/ergo-lib-jni/Cargo.toml +++ b/bindings/ergo-lib-jni/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-lib-jni" -version = "0.27.1" +version = "0.28.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true @@ -16,4 +16,4 @@ path = "src/main/rust/lib.rs" jni = "0.19.0" log = "0.4.16" ergo-lib = { workspace = true } -ergo-lib-c-core = { version = "^0.27.1", path = "../ergo-lib-c-core" } +ergo-lib-c-core = { version = "^0.28.0", path = "../ergo-lib-c-core" } diff --git a/bindings/ergo-lib-wasm/Cargo.toml b/bindings/ergo-lib-wasm/Cargo.toml index 8834de935..b1a1b7008 100644 --- a/bindings/ergo-lib-wasm/Cargo.toml +++ b/bindings/ergo-lib-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-lib-wasm" -version = "0.27.1" +version = "0.28.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository = "https://github.com/ergoplatform/sigma-rust" diff --git a/ergo-chain-generation/Cargo.toml b/ergo-chain-generation/Cargo.toml index b3ef0d5cf..e00708197 100644 --- a/ergo-chain-generation/Cargo.toml +++ b/ergo-chain-generation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-chain-generation" -version = "0.14.0" +version = "0.15.0" license = "CC0-1.0" repository.workspace = true edition.workspace = true diff --git a/ergo-chain-types/Cargo.toml b/ergo-chain-types/Cargo.toml index 906e3a152..f413c252b 100644 --- a/ergo-chain-types/Cargo.toml +++ b/ergo-chain-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-chain-types" -version = "0.14.1" +version = "0.15.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true diff --git a/ergo-lib/Cargo.toml b/ergo-lib/Cargo.toml index 19325e956..21efdbaaa 100644 --- a/ergo-lib/Cargo.toml +++ b/ergo-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-lib" -version = "0.27.1" +version = "0.28.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true diff --git a/ergo-merkle-tree/Cargo.toml b/ergo-merkle-tree/Cargo.toml index 984dfff2c..9482cdce0 100644 --- a/ergo-merkle-tree/Cargo.toml +++ b/ergo-merkle-tree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-merkle-tree" -version = "0.14.1" +version = "0.15.0" repository.workspace = true edition.workspace = true license = "CC0-1.0" diff --git a/ergo-nipopow/Cargo.toml b/ergo-nipopow/Cargo.toml index 692a34a16..2c21911d4 100644 --- a/ergo-nipopow/Cargo.toml +++ b/ergo-nipopow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-nipopow" -version = "0.14.1" +version = "0.15.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true diff --git a/ergo-p2p/Cargo.toml b/ergo-p2p/Cargo.toml index 644447a51..a56941888 100644 --- a/ergo-p2p/Cargo.toml +++ b/ergo-p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-p2p" -version = "0.2.0" +version = "0.3.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] description = "Ergo peer-to-peer networking library" diff --git a/ergo-rest/Cargo.toml b/ergo-rest/Cargo.toml index 76c6a0f89..ca561e263 100644 --- a/ergo-rest/Cargo.toml +++ b/ergo-rest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergo-rest" -version = "0.12.1" +version = "0.13.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true diff --git a/ergoscript-compiler/Cargo.toml b/ergoscript-compiler/Cargo.toml index 6e79adbc7..89c106c58 100644 --- a/ergoscript-compiler/Cargo.toml +++ b/ergoscript-compiler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergoscript-compiler" -version = "0.23.1" +version = "0.24.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true diff --git a/ergotree-interpreter/Cargo.toml b/ergotree-interpreter/Cargo.toml index 95c9a1049..cb280daff 100644 --- a/ergotree-interpreter/Cargo.toml +++ b/ergotree-interpreter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergotree-interpreter" -version = "0.27.1" +version = "0.28.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true @@ -35,7 +35,7 @@ serde_json = { workspace = true, optional = true } serde_with = { workspace = true, optional = true } proptest = { workspace = true, optional = true } ergo_avltree_rust = "0.1.0" -gf2_192 = { version = "^0.27.1", path = "../gf2_192" } +gf2_192 = { version = "^0.28.0", path = "../gf2_192" } miette = { workspace = true } hashbrown = "0.14.3" diff --git a/ergotree-ir/Cargo.toml b/ergotree-ir/Cargo.toml index 48744a915..078c41f32 100644 --- a/ergotree-ir/Cargo.toml +++ b/ergotree-ir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ergotree-ir" -version = "0.27.1" +version = "0.28.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true diff --git a/gf2_192/Cargo.toml b/gf2_192/Cargo.toml index aafd6b720..f2299ba16 100644 --- a/gf2_192/Cargo.toml +++ b/gf2_192/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gf2_192" -version = "0.27.1" +version = "0.28.0" license = "CC0-1.0" authors = ["Timothy Ling (@kettlebell)"] description = "Arithmetic operations and polynomial interpolation over Galois fields GF(2^192)" diff --git a/sigma-ser/Cargo.toml b/sigma-ser/Cargo.toml index dd000f753..fc485086e 100644 --- a/sigma-ser/Cargo.toml +++ b/sigma-ser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigma-ser" -version = "0.15.0" +version = "0.16.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true diff --git a/sigma-test-util/Cargo.toml b/sigma-test-util/Cargo.toml index 03c5e36dc..806b3b5aa 100644 --- a/sigma-test-util/Cargo.toml +++ b/sigma-test-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigma-test-util" -version = "0.3.0" +version = "0.4.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true diff --git a/sigma-util/Cargo.toml b/sigma-util/Cargo.toml index 4a9dafe9f..584e940f3 100644 --- a/sigma-util/Cargo.toml +++ b/sigma-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sigma-util" -version = "0.14.0" +version = "0.15.0" license = "CC0-1.0" authors = ["Denys Zadorozhnyi "] repository.workspace = true