diff options
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -94,7 +94,7 @@ dependencies = [ [[package]] name = "shakehand" -version = "0.1.0" +version = "0.1.1" dependencies = [ "just_fmt", "proc-macro2", @@ -3,7 +3,7 @@ members = ["shakehand", "shakehand-test"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" edition = "2024" repository = "https://github.com/catilgrass/shakehand" homepage = "https://github.com/catilgrass/shakehand" |
