Skip to content

Commit 7a77539

Browse files
committed
Bump simplicity-sys version to 0.6.1
1 parent 4126e2e commit 7a77539

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo-recent.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ dependencies = [
503503
"miniscript",
504504
"santiago",
505505
"serde",
506-
"simplicity-sys 0.6.0",
506+
"simplicity-sys 0.6.1",
507507
]
508508

509509
[[package]]
@@ -518,7 +518,7 @@ dependencies = [
518518

519519
[[package]]
520520
name = "simplicity-sys"
521-
version = "0.6.0"
521+
version = "0.6.1"
522522
dependencies = [
523523
"bitcoin_hashes",
524524
"cc",

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ ghost-cell = { version = "0.2.6", default-features = false }
3030
hashes = { package = "bitcoin_hashes", version = "0.14" }
3131
hex = { package = "hex-conservative", version = "0.2.1" }
3232
santiago = "1.3"
33-
simplicity-sys = { version = "0.6.0", path = "./simplicity-sys" }
33+
simplicity-sys = { version = "0.6.1", path = "./simplicity-sys" }
3434
serde = { version = "1.0.103", features = ["derive"], optional = true }
3535

3636
[target.wasm32-unknown-unknown.dependencies]
3737
getrandom = { version = "0.2", features = ["js"] }
3838

3939
[dev-dependencies]
40-
simplicity-sys = { version = "0.6.0", path = "./simplicity-sys", features = [
40+
simplicity-sys = { version = "0.6.1", path = "./simplicity-sys", features = [
4141
"test-utils",
4242
] }
4343

simplicity-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simplicity-sys"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
license = "CC0-1.0"
55
homepage = "https://github.com/BlockstreamResearch/rust-simplicity/"
66
repository = "https://github.com/BlockstreamResearch/rust-simplicity/"

0 commit comments

Comments
 (0)