Skip to content

Commit

Permalink
bump version 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Sep 26, 2024
1 parent 582c458 commit a43d120
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

[[package]]
name = "simpcli"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"base64",
"simplicity-lang",
Expand All @@ -480,7 +480,7 @@ dependencies = [

[[package]]
name = "simplicity-lang"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"bitcoin",
"bitcoin_hashes 0.14.0",
Expand All @@ -496,7 +496,7 @@ dependencies = [

[[package]]
name = "simplicity-sys"
version = "0.2.0"
version = "0.3.0"
dependencies = [
"bitcoin_hashes 0.14.0",
"cc",
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simplicity-lang"
version = "0.2.0"
version = "0.3.0"
authors = ["Andrew Poelstra <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/BlockstreamResearch/rust-simplicity/"
Expand All @@ -27,7 +27,7 @@ elements = { version = "0.25.0", optional = true }
hashes = { package = "bitcoin_hashes", version = "0.14" }
hex = { package = "hex-conservative", version = "0.1.1" }
santiago = "1.3"
simplicity-sys = { version = "0.2.0", path = "./simplicity-sys" }
simplicity-sys = { version = "0.3.0", path = "./simplicity-sys" }
actual-serde = { package = "serde", version = "1.0.103", features = [
"derive",
], optional = true }
Expand All @@ -36,7 +36,7 @@ actual-serde = { package = "serde", version = "1.0.103", features = [
getrandom = { version = "0.2", features = ["js"] }

[dev-dependencies]
simplicity-sys = { version = "0.2.0", path = "./simplicity-sys", features = [
simplicity-sys = { version = "0.3.0", path = "./simplicity-sys", features = [
"test-utils",
] }

Expand Down
4 changes: 2 additions & 2 deletions simpcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "simpcli"
version = "0.1.0"
version = "0.2.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.21"
# todo add lexopt for command line parsing
simplicity-lang = { version = "0.2", path = "..", features = [ "serde", "elements" ] }
simplicity-lang = { version = "0.3", path = "..", features = [ "serde", "elements" ] }

[[bin]]
name = "simpcli"
Expand Down
2 changes: 1 addition & 1 deletion simplicity-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simplicity-sys"
version = "0.2.0"
version = "0.3.0"
license = "CC0-1.0"
homepage = "https://github.com/BlockstreamResearch/rust-simplicity/"
repository = "https://github.com/BlockstreamResearch/rust-simplicity/"
Expand Down

0 comments on commit a43d120

Please sign in to comment.