We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1e71c commit f02994fCopy full SHA for f02994f
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "titor"
3
-version = "0.1.0"
+version = "0.1.1"
4
edition = "2021"
5
authors = ["Mufeed VH <mufeed@asterisk.so>"]
6
description = "A high-performance checkpointing library for time-travel through directory states"
README.md
@@ -95,7 +95,7 @@ Add to your `Cargo.toml`:
95
96
```toml
97
[dependencies]
98
-titor = "0.1.0"
+titor = "0.1.1"
99
```
100
101
### Dependencies
0 commit comments