Version bumps for the 1.2.4 release
- Bump versions of the non-tor and non-arti crates.
- crates that have no changes: none
- crates that only have non-functional changes (bump the patch version):
- test-temp-dir
- fslock-guard
- hashx
- equix
tor-basic-utilstor-async-utils- caret
- fs-mistrust
- safelog
- retry-error
- Bump all the unstable tor- and arti- crates to 0.19.
- tor-error
- tor-config
- tor-units
- tor-geoip
- tor-rtcompat
- tor-rtmock
- tor-log-ratelim
- tor-rpcbase
- tor-memquota
- tor-llcrypto
- tor-protover
- tor-bytes
- tor-hscrypto
- tor-socksproto
- tor-checkable
- tor-cert
- tor-linkspec
- tor-cell
- tor-proto
- tor-netdoc
- tor-consdiff
- tor-netdir
- tor-relay-selection
- tor-persist
- tor-chanmgr
- tor-ptmgr
- tor-guardmgr
- tor-circmgr
- tor-dirclient
- tor-dirmgr
- tor-keymgr
- tor-hsclient
- tor-hsservice
- tor-hsrproxy
- arti-client
- arti-rpcserver
- arti-hyper
- tor-basic-utils
- tor-async-utils
- Bump arti crate to 1.2.4
cargo set-version -p arti --bump patch
- Run cargo update for
hashx
andequix
(cd crates/hashx/bench && cargo update)
(cd crates/equix/bench && cargo update)
cc @nickm
Edited by gabi-250