diff --git a/Cargo.lock b/Cargo.lock index 7a9686d..d076f2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -735,7 +735,7 @@ dependencies = [ [[package]] name = "client" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "eframe", diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 5ff0593..266bfe4 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "client" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html