Skip to content

Commit b382527

Browse files
committed
chore: release v0.12.0-beta.5
1 parent 056891e commit b382527

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bp-esplora"
3-
version = "0.12.0-beta.4"
3+
version = "0.12.0-beta.5"
44
edition = "2021"
55
authors = ["Alekos Filini <[email protected]>", "Dr Maxim Orlovsky <[email protected]>"]
66
license = "MIT"
@@ -19,12 +19,12 @@ path = "src/lib.rs"
1919
[dependencies]
2020
amplify = { version = "4.8.0", features = ["serde"] }
2121
sha2 = "0.10.8"
22-
bp-std = { version = "0.12.0-beta.4", features = ["serde"] }
22+
bp-std = { version = "0.12.0-beta.5", features = ["serde"] }
2323
serde = { version = "1.0", features = ["derive"] }
2424
serde_with = { version = "3.11", features = ["hex"] }
2525
log = "^0.4"
2626
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
27-
reqwest = { version = "0.12", features = ["json"], default-features = false, optional = true }
27+
reqwest = { version = "0.12", features = ["json"], default-features = false, optional = true }
2828

2929
# default async runtime
3030
tokio = { version = "1", features = ["time"], optional = true }

0 commit comments

Comments
 (0)