summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/objmap/weakrefs.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
| | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again.
* rpc: Move support for weak references behind an experimental featureNick Mathewson2025-01-271-0/+140
We haven't decided how these should work (see #868), so having them present by default is a bad idea.