summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel versions in preparation for releaseNick Mathewson2023-12-041-1/+1
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
* Update pwd-grp to 0.1.1 to fix MacOS build etc.Ian Jackson2023-07-201-1/+1
* fs-mistruct: switch from users to pwd-grpIan Jackson2023-07-141-1/+1
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-5/+1
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+4
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Increment crate versions.Nick Mathewson2023-05-031-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-311-1/+1
* Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-221-1/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-1/+1
* Upgrade to latest toml crate.Nick Mathewson2023-02-141-1/+1
* Bump the patch version of each crate with _trivial_ changes.Nick Mathewson2023-02-011-1/+1
* Upgrade toml to version 0.6.Nick Mathewson2023-01-251-1/+1
* Bump the minor version of every crate.Nick Mathewson2022-11-301-1/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-0/+1
* Merge branch 'edition-2021' into 'main'eta2022-11-031-1/+1
|\
| * set all crate edition to 2021trinity-1686a2022-11-011-1/+1
* | remove unused dependanciestrinity-1686a2022-10-291-2/+0
|/
* Bump crates that have had no API changes.Nick Mathewson2022-10-031-1/+1
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-1/+1
* fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-311-1/+5
* Bump toml dependencyIan Jackson2022-08-251-1/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+3
* fix fs-misstrust on androidtrinity-1686a2022-08-081-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-1/+1
* remove dependancy 'users' on iOStrinity-1686a2022-07-301-1/+3
* Bump crate and dependency versions.Nick Mathewson2022-06-241-1/+1
* Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-221-0/+1
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-1/+1
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-1/+1
* Write custom serde impls for Trusted{User,Group}Nick Mathewson2022-05-241-1/+2
* Add serde derives for MistrustBuilder.Nick Mathewson2022-05-241-0/+2
* fs-mistrust: Add Group and User types.Nick Mathewson2022-05-241-0/+1
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-0/+1
* fs-mistrust: Add code to make a self-named group "trusted".Nick Mathewson2022-05-031-0/+2
* fs-mistrust: more examples, documentation.Nick Mathewson2022-05-031-2/+3
* Add functionality to inspect directory content permissionsNick Mathewson2022-05-031-0/+4
* Second cut at a fs-mistrust crate.Nick Mathewson2022-05-031-0/+20