1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-03-22 15:15:38 +01:00

chore: check in lockfile

This commit is contained in:
Rob Ede 2025-03-21 05:51:45 +00:00
parent cede0c6dbb
commit ab18efe0ac
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
3 changed files with 3971 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
Cargo.lock
target/
guide/build/
/gh-pages

3964
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -7,14 +7,15 @@ fmt:
cargo +nightly fmt
fd --hidden --type=file --extension=md --extension=yml --exec-batch npx -y prettier --write
# Downgrade dev-dependencies necessary to run MSRV checks/tests.
# Downgrade dependencies necessary to run MSRV checks/tests.
[private]
downgrade-for-msrv:
cargo update -p=parse-size --precise=1.0.0
cargo update -p=clap --precise=4.4.18
cargo update -p=divan --precise=0.1.15
cargo update -p=litemap --precise=0.7.4
cargo update -p=zerofrom --precise=0.1.5
cargo update -p=parse-size --precise=1.0.0 # next ver: 1.81.0
cargo update -p=clap --precise=4.4.18 # next ver: 1.74.0
cargo update -p=divan --precise=0.1.15 # next ver: 1.80.0
cargo update -p=litemap --precise=0.7.4 # next ver: 1.81.0
cargo update -p=zerofrom --precise=0.1.5 # next ver: 1.81.0
cargo update -p=half --precise=2.4.1 # next ver: 1.81.0
msrv := ```
cargo metadata --format-version=1 \