Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit fee5ce6

Browse files
committed
Increase rust version
1 parent 583d209 commit fee5ce6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
RUST_BACKTRACE: 1
1717
RUSTFLAGS: -Dwarnings
1818
RUSTDOCFLAGS: -Dwarnings
19-
MSRV: "1.81"
19+
MSRV: "1.85"
2020
SCCACHE_CACHE_SIZE: "50G"
2121
IROH_FORCE_STAGING_RELAYS: "1"
2222

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.

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "iroh-blobs"
3-
version = "0.1.0"
3+
version = "0.90.0-alpha1"
44
edition = "2021"
55

6+
# Sadly this also needs to be updated in .github/workflows/ci.yml
7+
rust-version = "1.85"
8+
69
[dependencies]
710
anyhow = "1.0.95"
811
bao-tree = { version = "0.15.1", features = ["experimental-mixed", "tokio_fsm", "validate", "serde"], default-features = false }

0 commit comments

Comments
 (0)