Skip to content

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sapio-cli"
3-
version = "0.2.0"
3+
version = "0.2.4"
44
license = "MPL-2.0"
55
authors = ["Jeremy Rubin <[email protected]>"]
66
edition = "2021"
@@ -26,7 +26,7 @@ jsonschema-valid = "0.4.0"
2626

2727
[dependencies.sapio-psbt]
2828
path = "../sapio-psbt"
29-
version = "0.1.0"
29+
version = "0.2.4"
3030

3131
[dependencies.wasmer]
3232
version = "4.2.5"

ctv_emulators/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ctv_emulators"
3-
version = "0.2.0"
3+
version = "0.2.4"
44
license = "MPL-2.0"
55
authors = ["Jeremy Rubin <[email protected]>"]
66
edition = "2021"

emulator-trait/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sapio-ctv-emulator-trait"
3-
version = "0.2.0"
3+
version = "0.2.4"
44
license = "MPL-2.0"
55
authors = ["Jeremy Rubin <[email protected]>"]
66
edition = "2021"

plugins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sapio-wasm-plugin"
3-
version = "0.2.0"
3+
version = "0.2.4"
44
license = "MPL-2.0"
55
authors = ["Jeremy Rubin <[email protected]>"]
66
edition = "2021"

sapio-base/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sapio-base"
3-
version = "0.2.0"
3+
version = "0.2.4"
44
license = "MPL-2.0"
55
authors = ["Jeremy Rubin <[email protected]>"]
66
edition = "2021"

sapio-contrib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sapio-contrib"
3-
version = "0.2.0"
3+
version = "0.2.4"
44
license = "MPL-2.0"
55
authors = ["Jeremy Rubin <[email protected]>"]
66
edition = "2021"

sapio-psbt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sapio-psbt"
3-
version = "0.1.0"
3+
version = "0.2.4"
44
edition = "2021"
55
authors = ["Jeremy Rubin <[email protected]>"]
66
repository = "https://github.com/sapio-lang/sapio"
@@ -23,4 +23,4 @@ features = ['use-serde', 'rand', 'base64']
2323
[dependencies.miniscript]
2424
package = "sapio-miniscript"
2525
version = "^7.0.0"
26-
features = ['compiler', 'use-serde', 'rand', 'use-schemars', 'serde']
26+
features = ['compiler', 'use-serde', 'rand', 'use-schemars', 'serde']

sapio-trait/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sapio-trait"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = ["Jeremy Rubin <[email protected]>"]

sapio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sapio"
3-
version = "0.2.0"
3+
version = "0.2.4"
44
license = "MPL-2.0"
55
authors = ["Jeremy Rubin <[email protected]>"]
66
edition = "2021"

sapio_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sapio_macros"
3-
version = "0.2.2"
3+
version = "0.2.4"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = ["Jeremy Rubin <[email protected]>"]

0 commit comments

Comments
 (0)