Skip to content

Commit

Permalink
chore: bump sigma-util, sigma-ser
Browse files Browse the repository at this point in the history
  • Loading branch information
SethDusek committed Aug 9, 2024
1 parent c65f747 commit 57f6cf9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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" }
sigma-util = { version = "^0.17.0", path = "./sigma-util" }
sigma-ser = { version = "^0.18.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" }
Expand Down
2 changes: 1 addition & 1 deletion sigma-ser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sigma-ser"
version = "0.15.0"
version = "0.18.0"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <[email protected]>"]
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion sigma-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sigma-util"
version = "0.14.0"
version = "0.17.0"
license = "CC0-1.0"
authors = ["Denys Zadorozhnyi <[email protected]>"]
repository.workspace = true
Expand Down

0 comments on commit 57f6cf9

Please sign in to comment.