Skip to content

Commit b057b91

Browse files
dignifiedquire“ramfox”
andauthored
chore!: update redb to version 3 (#3562)
## Breaking Changes This bumps redb to version 3, in `iroh-dns-server`, which means you need to run with `0.93` at least once to upgrade the database. --------- Co-authored-by: “ramfox” <“kasey@n0.computer”>
1 parent 0f4c15c commit b057b91

File tree

6 files changed

+127
-149
lines changed

6 files changed

+127
-149
lines changed

.github/workflows/ci.yml

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.85"
19+
MSRV: "1.89"
2020
SCCACHE_CACHE_SIZE: "10G"
2121
IROH_FORCE_STAGING_RELAYS: "1"
2222

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env:
4040
RUST_BACKTRACE: 1
4141
RUSTFLAGS: -Dwarnings
4242
RUSTDOCFLAGS: -Dwarnings
43-
MSRV: "1.85"
43+
MSRV: "1.89"
4444
SCCACHE_CACHE_SIZE: "10G"
4545
BIN_NAMES: "iroh-relay,iroh-dns-server"
4646
RELEASE_VERSION: ${{ github.event.inputs.release_version }}

.github/workflows/test_relay_server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
RUST_BACKTRACE: 1
1414
RUSTFLAGS: -Dwarnings
1515
RUSTDOCFLAGS: -Dwarnings
16-
MSRV: "1.85"
16+
MSRV: "1.89"
1717
SCCACHE_CACHE_SIZE: "10G"
1818
IROH_FORCE_STAGING_RELAYS: "1"
1919

0 commit comments

Comments
 (0)