Skip to content

Commit 89a4f7b

Browse files
chore: bump miden-faucet version (#233)
1 parent 14f6c64 commit 89a4f7b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ license = "MIT"
1212
readme = "README.md"
1313
repository = "https://github.com/0xMiden/miden-faucet"
1414
rust-version = "1.91"
15-
version = "0.13.0"
15+
version = "0.14.0-alpha.1"
1616

1717
# Optimize the cryptography for faster tests involving account creation.
1818
[profile.test.package.miden-crypto]
1919
opt-level = 2
2020

2121
[workspace.dependencies]
22-
miden-faucet-lib = { path = "crates/faucet", version = "0.13.0" }
23-
miden-pow-rate-limiter = { path = "crates/pow", version = "0.13.0" }
22+
miden-faucet-lib = { path = "crates/faucet", version = "0.14.0-alpha.1" }
23+
miden-pow-rate-limiter = { path = "crates/pow", version = "0.14.0-alpha.1" }
2424

2525
# Miden dependencies.
2626
miden-client = { version = "0.14.0-alpha.1" }

0 commit comments

Comments
 (0)