Skip to content

Commit 3cd7d1d

Browse files
committed
chore: Bump version to 1.12.1
1 parent afd4bd2 commit 3cd7d1d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mutiny-core/src/event.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,6 @@ mod test {
970970
};
971971

972972
let serialized = serde_json::to_string(&payment_info).unwrap();
973-
println!("{:}", serialized);
974973
let deserialized: PaymentInfo = serde_json::from_str(&serialized).unwrap();
975974
assert_eq!(payment_info, deserialized);
976975

mutiny-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["per-package-target"]
22

33
[package]
44
name = "mutiny-wasm"
5-
version = "1.12.0"
5+
version = "1.12.1"
66
edition = "2021"
77
authors = ["utxostack"]
88
forced-target = "wasm32-unknown-unknown"

0 commit comments

Comments
 (0)