We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e617c83 commit 460c4bfCopy full SHA for 460c4bf
3 files changed
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ env:
16
RUST_BACKTRACE: 1
17
RUSTFLAGS: -Dwarnings
18
RUSTDOCFLAGS: -Dwarnings
19
- MSRV: "1.89"
+ MSRV: "1.91"
20
SCCACHE_CACHE_SIZE: "50G"
21
IROH_FORCE_STAGING_RELAYS: "1"
22
Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/n0-computer/iroh-gossip"
10
resolver = "2"
11
12
# Sadly this also needs to be updated in .github/workflows/ci.yml
13
-rust-version = "1.89"
+rust-version = "1.91"
14
15
[lib]
crate-type = ["cdylib", "rlib"]
deny.toml
@@ -1,7 +1,6 @@
1
[advisories]
2
ignore = [
3
"RUSTSEC-2024-0436",
4
- "RUSTSEC-2023-0089",
5
]
6
7
[bans]
0 commit comments