diff options
author | HampusM <hampus@hampusmat.com> | 2022-07-22 13:57:25 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-07-22 13:57:25 +0200 |
commit | bd70e925f773de338c93cfd2ff720ef11aaa0848 (patch) | |
tree | 0031c57dcd7577b4a626d8fb8912ab4be89c1343 /Cargo.toml | |
parent | be0cf7b39fc14c32bf9d77b65d685f0cba967d26 (diff) |
build: bump versions to 0.1.1v0.1.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "syrette" -version = "0.1.0" +version = "0.1.1" license = "LGPL-2.1" authors = ["HampusM <hampus@hampusmat.com>"] description = "The convenient dependency injection library" @@ -16,7 +16,7 @@ name = "factory" required-features = ["factory"] [dependencies] -syrette_macros = { path = "./macros", version = "0.1.0" } +syrette_macros = { path = "./macros", version = "0.1.1" } linkme = "0.3.0" once_cell = "1.4" error-stack = "0.1.1" |