Skip to content

Commit 460c4bf

Browse files
committed
fixup
1 parent e617c83 commit 460c4bf

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.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.89"
19+
MSRV: "1.91"
2020
SCCACHE_CACHE_SIZE: "50G"
2121
IROH_FORCE_STAGING_RELAYS: "1"
2222

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/n0-computer/iroh-gossip"
1010
resolver = "2"
1111

1212
# Sadly this also needs to be updated in .github/workflows/ci.yml
13-
rust-version = "1.89"
13+
rust-version = "1.91"
1414

1515
[lib]
1616
crate-type = ["cdylib", "rlib"]

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[advisories]
22
ignore = [
33
"RUSTSEC-2024-0436",
4-
"RUSTSEC-2023-0089",
54
]
65

76
[bans]

0 commit comments

Comments
 (0)