diff --git a/Cargo.lock b/Cargo.lock index 0eb0ab8..6cb637a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "sider" -version = "0.0.1" +version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 1ccb0c9..131e7f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sider" description = "A Redis implementation in Rust." license = "MIT" -version = "0.0.1" +version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html