Bump up version to 0.7.1

Signed-off-by: Sayan Nandan <nandansayan@outlook.com>
next
Sayan Nandan 3 years ago
parent 0e645569b0
commit 2814bdb151
No known key found for this signature in database
GPG Key ID: 5EDED89A1ADA6273

14
Cargo.lock generated

@ -469,7 +469,7 @@ checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
[[package]]
name = "libsky"
version = "0.7.1-alpha.1"
version = "0.7.1"
dependencies = [
"lazy_static",
"regex",
@ -479,7 +479,7 @@ dependencies = [
[[package]]
name = "libstress"
version = "0.7.1-alpha.1"
version = "0.7.1"
dependencies = [
"crossbeam-channel",
"log",
@ -935,7 +935,7 @@ dependencies = [
[[package]]
name = "sky-bench"
version = "0.7.1-alpha.1"
version = "0.7.1"
dependencies = [
"clap",
"devtimer",
@ -948,7 +948,7 @@ dependencies = [
[[package]]
name = "sky-migrate"
version = "0.7.1-alpha.1"
version = "0.7.1"
dependencies = [
"bincode",
"clap",
@ -959,7 +959,7 @@ dependencies = [
[[package]]
name = "sky_macros"
version = "0.7.1-alpha.1"
version = "0.7.1"
dependencies = [
"proc-macro2",
"quote",
@ -969,7 +969,7 @@ dependencies = [
[[package]]
name = "skyd"
version = "0.7.1-alpha.1"
version = "0.7.1"
dependencies = [
"ahash",
"bincode",
@ -1000,7 +1000,7 @@ dependencies = [
[[package]]
name = "skysh"
version = "0.7.1-alpha.1"
version = "0.7.1"
dependencies = [
"clap",
"crossterm",

@ -1,6 +1,6 @@
[package]
name = "skysh"
version = "0.7.1-alpha.1"
version = "0.7.1"
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018"

@ -1,6 +1,6 @@
[package]
name = "libsky"
version = "0.7.1-alpha.1"
version = "0.7.1"
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018"

@ -1,6 +1,6 @@
[package]
name = "libstress"
version = "0.7.1-alpha.1"
version = "0.7.1"
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
edition = "2018"

@ -3,7 +3,7 @@ authors = ["Sayan Nandan <ohsayan@outlook.com>"]
build = "build.rs"
edition = "2018"
name = "skyd"
version = "0.7.1-alpha.1"
version = "0.7.1"
[dependencies]
# internal deps

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018"
name = "sky-bench"
version = "0.7.1-alpha.1"
version = "0.7.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2018"
name = "sky_macros"
version = "0.7.1-alpha.1"
version = "0.7.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,6 +1,6 @@
[package]
name = "sky-migrate"
version = "0.7.1-alpha.1"
version = "0.7.1"
authors = ["Sayan Nandan <nandansayan@outlook.com>"]
edition = "2018"

Loading…
Cancel
Save