Skip to content

Commit e1893fa

Browse files
committed
chore: pin required dependencies for MSRV
1 parent eb5ddc0 commit e1893fa

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/cont_integration.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,21 @@ jobs:
6161
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
6262
cargo update -p time --precise "0.3.20"
6363
cargo update -p home --precise 0.5.5
64+
cargo update -p tor-dirclient --precise 0.6.3
65+
cargo update -p tor-config --precise 0.8.0
66+
cargo update -p tor-netdoc --precise 0.6.3
67+
cargo update -p tor-dirmgr --precise 0.9.3
68+
cargo update -p regex --precise 1.9.6
69+
cargo update -p zstd-sys --precise 2.0.8+zstd.1.5.5
70+
cargo update -p time:0.3.31 --precise 0.3.20
6471
cargo update -p tor-error --precise 0.4.1
72+
cargo update -p toml:0.7.8 --precise 0.7.3
73+
cargo update -p toml_edit --precise 0.19.8
74+
cargo update -p winnow --precise 0.4.1
75+
cargo update -p serde_spanned --precise 0.6.1
76+
cargo update -p backtrace --precise 0.3.68
77+
cargo update -p toml_datetime --precise 0.6.1
78+
cargo update -p tinystr --precise 0.7.1
6579
- name: Build
6680
run: cargo build --features ${{ matrix.features }} --no-default-features
6781
- name: Clippy

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ arti-client = { version = "0.8.3", optional = true }
3030
tor-rtcompat = { version = "0.8.2", optional = true, features = ["tokio"]}
3131
tls-api = { version = "0.9.0", optional = true }
3232
tls-api-native-tls = { version = "0.9.0", optional = true }
33-
ahash = { version = "=0.8.6" } # ahash 0.8.7 version don't work with our MSRV on aarch64, check: https://github.com/tkaitchuck/aHash/issues/195
33+
ahash = { version = "=0.8.6", optional = true } # ahash 0.8.7 version don't work with our MSRV on aarch64, check: https://github.com/tkaitchuck/aHash/issues/195
3434

3535
[target.'cfg(target_vendor="apple")'.dependencies]
3636
tls-api-openssl = { version = "0.9.0", optional = true }

0 commit comments

Comments
 (0)