diff options
| author | Mica White <botahamec@outlook.com> | 2026-08-19 19:28:21 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-08-19 19:28:21 -0400 |
| commit | b07c297d391bc8e8cec87f5feb37f71a5443ec87 (patch) | |
| tree | 1b879f6742def107b458fc29fee8319aad3e8d58 | |
| parent | e9518ff4370446f6a4135bdf586c80a153b7954d (diff) | |
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "feluments" -version = "0.2.0" +version = "0.1.1" dependencies = [ "attribute-derive", "proc-macro2", @@ -1,6 +1,6 @@ [package] name = "feluments" -version = "0.2.0" +version = "0.1.1" authors = ["Mica White <botahamec@outlook.com>"] edition = "2024" rust-version = "1.85.1" |
