diff options
author | HampusM <hampus@hampusmat.com> | 2023-10-01 21:22:25 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-10-01 21:22:25 +0200 |
commit | 21926b339232af57176c04adf110531633445bc7 (patch) | |
tree | 4e375e97c43ee9a6d91b9aa13846d95401b85b87 /Cargo.lock | |
parent | af88321fc14a95b3613ec11a7f665db3c468c944 (diff) |
build: bump version to 0.5.1
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "syrette" -version = "0.5.0" +version = "0.5.1" dependencies = [ "ahash", "anyhow", @@ -531,7 +531,7 @@ dependencies = [ [[package]] name = "syrette_macros" -version = "0.5.0" +version = "0.5.1" dependencies = [ "mockall", "once_cell", |