index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-persist
/
Cargo.toml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-1
/
+1
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-2
/
+2
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
Bump patchlevel (not dependents) on crates with trivial changes
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-1
/
+1
*
Upgrade to sanitize-filename 0.5.0
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-3
/
+3
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
1
-1
/
+1
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-1
/
+1
*
Bump versions on crates with nonfunctional changes
Nick Mathewson
2023-06-30
1
-1
/
+1
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-3
/
+3
*
Revise all XXXXs from fixup-features
Nick Mathewson
2023-05-15
1
-2
/
+4
*
Run fixup-features _with_ annotations.
Nick Mathewson
2023-05-15
1
-0
/
+2
*
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-0
/
+1
*
Upgrade tracing to 0.1.36.
Nick Mathewson
2023-05-03
1
-1
/
+1
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-3
/
+3
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-2
/
+2
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-1
/
+1
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-3
/
+3
*
bump rust-version to 1.60 in every crate.
Nick Mathewson
2022-11-10
1
-1
/
+1
*
Require derive_more 0.99.3
Ian Jackson
2022-11-03
1
-1
/
+1
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-2
/
+2
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+3
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
tor-persist: Big refactoring on Error type.
Nick Mathewson
2022-07-06
1
-0
/
+1
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-3
/
+3
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-2
/
+2
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-1
/
+1
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-3
/
+3
*
Update to newer sanitize-filename and tinystr.
Nick Mathewson
2022-05-23
1
-1
/
+1
*
Merge branch 'use-fs-mistrust'
Nick Mathewson
2022-05-09
1
-0
/
+1
|
\
|
*
tor-persist: Use fs-mistrust to verify state file permissions.
Nick Mathewson
2022-05-09
1
-0
/
+1
*
|
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-2
/
+2
|
/
*
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
Remove obsolete files from our state directory.
Nick Mathewson
2022-04-12
1
-0
/
+1
*
Re-indent tor-persist/Cargo.toml.
Nick Mathewson
2022-04-12
1
-4
/
+4
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-2
/
+2
*
Bump all crates to 0.1.0
arti-v0.1.0
Nick Mathewson
2022-03-01
1
-2
/
+2
*
tor-error: Add as a ddpendency to many crates
Ian Jackson
2022-02-04
1
-0
/
+1
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-1
/
+1
*
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-4
/
+4
*
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-1
/
+1
*
Remove unused "dirs" dependency from tor-persist.
Nick Mathewson
2021-11-16
1
-1
/
+0
*
Document that the "testing" feature is not semver-covered.
Nick Mathewson
2021-11-11
1
-0
/
+2
*
tor-persist: serde usage now requires derive feature.
Nick Mathewson
2021-10-29
1
-2
/
+1
*
Bump all crate versions to 0.0.1
Nick Mathewson
2021-10-29
1
-1
/
+1
*
Upgrade to fslock version 0.2
Nick Mathewson
2021-10-27
1
-1
/
+1
[next]