diff --git a/Cargo.lock b/Cargo.lock index f32c97c6..3a58330c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,14 +464,14 @@ checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c" [[package]] name = "libsky" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" dependencies = [ "termcolor", ] [[package]] name = "libstress" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" dependencies = [ "crossbeam-channel", "log", @@ -978,7 +978,7 @@ dependencies = [ [[package]] name = "sky-bench" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" dependencies = [ "clap", "devtimer", @@ -991,7 +991,7 @@ dependencies = [ [[package]] name = "sky-migrate" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" dependencies = [ "bincode", "clap", @@ -1002,7 +1002,7 @@ dependencies = [ [[package]] name = "sky_macros" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" dependencies = [ "proc-macro2", "quote", @@ -1012,7 +1012,7 @@ dependencies = [ [[package]] name = "skyd" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" dependencies = [ "ahash", "bincode", @@ -1043,7 +1043,7 @@ dependencies = [ [[package]] name = "skysh" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" dependencies = [ "clap", "crossterm", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 85c5a3fb..c7f97ac4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skysh" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" authors = ["Sayan Nandan "] edition = "2021" diff --git a/libsky/Cargo.toml b/libsky/Cargo.toml index 10d5872d..89e95a6e 100644 --- a/libsky/Cargo.toml +++ b/libsky/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Sayan Nandan "] edition = "2021" name = "libsky" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/libstress/Cargo.toml b/libstress/Cargo.toml index e6eae006..e5e0bd77 100644 --- a/libstress/Cargo.toml +++ b/libstress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libstress" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" authors = ["Sayan Nandan "] edition = "2021" diff --git a/server/Cargo.toml b/server/Cargo.toml index 4d0081aa..4bcd3f5f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Sayan Nandan "] build = "build.rs" edition = "2021" name = "skyd" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" [dependencies] # internal deps diff --git a/sky-bench/Cargo.toml b/sky-bench/Cargo.toml index ea94a2c7..f4d8db34 100644 --- a/sky-bench/Cargo.toml +++ b/sky-bench/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Sayan Nandan "] edition = "2021" name = "sky-bench" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/sky-macros/Cargo.toml b/sky-macros/Cargo.toml index a6692a46..64c3fc46 100644 --- a/sky-macros/Cargo.toml +++ b/sky-macros/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Sayan Nandan "] edition = "2021" name = "sky_macros" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/sky-migrate/Cargo.toml b/sky-migrate/Cargo.toml index 18ce487a..f0d5225d 100644 --- a/sky-migrate/Cargo.toml +++ b/sky-migrate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sky-migrate" -version = "0.7.3-alpha.2" +version = "0.7.3-alpha.3" authors = ["Sayan Nandan "] edition = "2021"