Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions packages/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
version = "1.0.24"
version = "1.0.25"
resolver = "2"
members = [
"whisky-common",
Expand Down
4 changes: 2 additions & 2 deletions packages/whisky-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisky-common"
version = "1.0.24"
version = "1.0.25"
edition = "2021"
license = "Apache-2.0"
description = "The Cardano Rust SDK, inspired by MeshJS"
Expand All @@ -14,4 +14,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.136"
schemars = "0.8.8"
async-trait = "0.1.79"
whisky-macros = { version = "1.0.24", path = "../whisky-macros" }
whisky-macros = { version = "1.0.25", path = "../whisky-macros" }
4 changes: 2 additions & 2 deletions packages/whisky-csl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisky-csl"
version = "1.0.24"
version = "1.0.25"
edition = "2021"
license = "Apache-2.0"
description = "Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs"
Expand All @@ -19,7 +19,7 @@ serde_json = "1.0"
cryptoxide = "0.4.4"
serde-wasm-bindgen = "0.6.5"
schemars = "0.8.8"
whisky-common = { version = "1.0.24", path = "../whisky-common" }
whisky-common = { version = "1.0.25", path = "../whisky-common" }

# non-wasm
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions packages/whisky-examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisky-examples"
version = "1.0.24"
version = "1.0.25"
edition = "2021"
license = "Apache-2.0"
description = "The Cardano Rust SDK, inspired by MeshJS"
Expand All @@ -15,4 +15,4 @@ path = "src/server.rs"
actix-cors = "0.7.0"
actix-web = "4.9.0"
serde = "1.0.209"
whisky = { version = "=1.0.24", path = "../whisky" }
whisky = { version = "=1.0.25", path = "../whisky" }
6 changes: 3 additions & 3 deletions packages/whisky-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisky-js"
version = "1.0.24"
version = "1.0.25"
edition = "2021"
license = "Apache-2.0"
description = "Wrapper around the cardano-serialization-lib for easier transaction building, heavily inspired by cardano-cli APIs"
Expand All @@ -13,8 +13,8 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
whisky-csl = { version = "1.0.24", path = "../whisky-csl" }
whisky-common = { version = "1.0.24", path = "../whisky-common" }
whisky-csl = { version = "1.0.25", path = "../whisky-csl" }
whisky-common = { version = "1.0.25", path = "../whisky-common" }

# non-wasm
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/whisky-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisky-macros"
version = "1.0.24"
version = "1.0.25"
edition = "2021"
license = "Apache-2.0"
description = "The Cardano Rust SDK, inspired by MeshJS"
Expand Down
4 changes: 2 additions & 2 deletions packages/whisky-pallas/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisky-pallas"
version = "1.0.24"
version = "1.0.25"
edition = "2021"
license = "Apache-2.0"
description = "Wrapper around the TxPipe's Pallas for easier transaction building, heavily inspired by cardano-cli APIs"
Expand All @@ -15,7 +15,7 @@ serde = "1.0.219"
ouroboros = "0.18"
bech32 = "0.11.1"
serde_json = "1.0"
whisky-common = { version = "1.0.24", path = "../whisky-common" }
whisky-common = { version = "1.0.25", path = "../whisky-common" }
uplc = "1.1.10"
# Need pallas 0.31.0 for uplc compatibility
pallas-primitives = "0.31.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/whisky-provider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisky-provider"
version = "1.0.24"
version = "1.0.25"
edition = "2021"
license = "Apache-2.0"
description = "The Cardano Rust SDK, inspired by MeshJS"
Expand All @@ -17,8 +17,8 @@ serde_json = "1.0"
async-trait = "0.1.79"
uplc.workspace = true
maestro-rust-sdk = "1.1.3"
whisky-csl = { version = "1.0.24", path = "../whisky-csl" }
whisky-common = { version = "1.0.24", path = "../whisky-common" }
whisky-csl = { version = "1.0.25", path = "../whisky-csl" }
whisky-common = { version = "1.0.25", path = "../whisky-common" }
reqwest = "0.12.5"
futures = "0.3.31"

Expand Down
6 changes: 3 additions & 3 deletions packages/whisky-wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisky-wallet"
version = "1.0.24"
version = "1.0.25"
edition = "2021"
license = "Apache-2.0"
description = "The Cardano Rust SDK, inspired by MeshJS"
Expand All @@ -15,8 +15,8 @@ hex = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.136"
uplc.workspace = true
whisky-csl = { version = "1.0.24", path = "../whisky-csl" }
whisky-common = { version = "1.0.24", path = "../whisky-common" }
whisky-csl = { version = "1.0.25", path = "../whisky-csl" }
whisky-common = { version = "1.0.25", path = "../whisky-common" }
tiny-bip39 = "2.0.0"
rand = "0.8"
aes-gcm = "0.10.3"
Expand Down
12 changes: 6 additions & 6 deletions packages/whisky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "whisky"
version = "1.0.24"
version = "1.0.25"
edition = "2021"
license = "Apache-2.0"
description = "The Cardano Rust SDK, inspired by MeshJS"
Expand Down Expand Up @@ -47,15 +47,15 @@ pallas = ["dep:whisky-pallas"]

[dependencies]
# Always required
whisky-common = { version = "1.0.24", path = "../whisky-common" }
whisky-macros = { version = "1.0.24", path = "../whisky-macros" }
whisky-common = { version = "1.0.25", path = "../whisky-common" }
whisky-macros = { version = "1.0.25", path = "../whisky-macros" }
hex = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.136"
async-trait = "0.1.79"

# Optional - CSL feature
whisky-csl = { version = "1.0.24", path = "../whisky-csl", optional = true }
whisky-csl = { version = "1.0.25", path = "../whisky-csl", optional = true }
getrandom = { version = "0.2", features = ["js"], optional = true }
cryptoxide = { version = "0.4.4", optional = true }
serde-wasm-bindgen = { version = "0.6.5", optional = true }
Expand All @@ -68,10 +68,10 @@ pallas-primitives = { workspace = true, optional = true }
pallas-traverse = { workspace = true, optional = true }

# Optional - wallet feature
whisky-wallet = { version = "1.0.24", path = "../whisky-wallet", optional = true }
whisky-wallet = { version = "1.0.25", path = "../whisky-wallet", optional = true }

# Optional - provider feature
whisky-provider = { version = "1.0.24", path = "../whisky-provider", optional = true }
whisky-provider = { version = "1.0.25", path = "../whisky-provider", optional = true }
maestro-rust-sdk = { version = "1.1.3", optional = true }
reqwest = { version = "0.12.5", optional = true }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], optional = true }
Expand Down