Skip to content
Snippets Groups Projects

Version bumps

Merged Ian Jackson requested to merge Diziet/arti:versions into main
  1. Apr 30, 2024
    • Ian Jackson's avatar
      Update separate lockfiles · 9da6f0ec
      Ian Jackson authored
      9da6f0ec
    • Ian Jackson's avatar
      Update lockfile · d0d72130
      Ian Jackson authored
      cargo fetch --offline
      d0d72130
    • Ian Jackson's avatar
      Bump versions of 0.x tor-* and arti-* crates · 5f74f115
      Ian Jackson authored
      for p in `cat ../u`; do cargo set-version --locked --offline -p $p; done
      
      where u contains
      
      tor-basic-utils
      tor-async-utils
      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
      5f74f115
    • Ian Jackson's avatar
      Bump versions of crates with nonfunctional changes · 1cbd1902
      Ian Jackson authored
      for p in `cat ../u`; do maint/bump_nodep $p; git commit -a -m X; done
      
      where u contains
      
      hashx
      equix
      fs-mistrust
      1cbd1902
    • Ian Jackson's avatar
      Bump version of arti · 08d3999f
      Ian Jackson authored
      cargo set-version --locked --offline --bump patch -p arti
      08d3999f
Loading