Bump to beta.3

next
Sayan Nandan 9 months ago
parent d89495ab83
commit 7f6474f0e4
No known key found for this signature in database
GPG Key ID: 0EBD769024B24F0A

10
Cargo.lock generated

@ -607,7 +607,7 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "libsky"
version = "0.8.0-beta.2"
version = "0.8.0-beta.3"
[[package]]
name = "linux-raw-sys"
@ -1165,7 +1165,7 @@ dependencies = [
[[package]]
name = "sky-bench"
version = "0.8.0-beta.2"
version = "0.8.0-beta.3"
dependencies = [
"crossbeam-channel",
"env_logger",
@ -1178,7 +1178,7 @@ dependencies = [
[[package]]
name = "sky_macros"
version = "0.8.0-beta.2"
version = "0.8.0-beta.3"
dependencies = [
"libsky",
"proc-macro2",
@ -1188,7 +1188,7 @@ dependencies = [
[[package]]
name = "skyd"
version = "0.8.0-beta.2"
version = "0.8.0-beta.3"
dependencies = [
"bytes",
"crc",
@ -1214,7 +1214,7 @@ dependencies = [
[[package]]
name = "skysh"
version = "0.8.0-beta.2"
version = "0.8.0-beta.3"
dependencies = [
"crossterm",
"libsky",

@ -1,6 +1,6 @@
[package]
name = "skysh"
version = "0.8.0-beta.2"
version = "0.8.0-beta.3"
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
description = "The Skytable Shell (skysh)"

@ -1,4 +1,4 @@
skysh 0.8.0-beta.2
skysh 0.8.0-beta.3
Sayan N. <ohsayan@outlook.com>
The Skytable interactive shell (skysh)

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "libsky"
version = "0.8.0-beta.2"
version = "0.8.0-beta.3"
# 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 = "2021"
name = "skyd"
version = "0.8.0-beta.2"
version = "0.8.0-beta.3"
description = "Skytable is a modern NoSQL database powered by BlueQL that aims to deliver performance, scalability and flexibility with data"
license = "AGPL-3.0"

@ -2,7 +2,7 @@
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
name = "sky-bench"
version = "0.8.0-beta.2"
version = "0.8.0-beta.3"
description = "The Skytable benchmark tool can be used to benchmark Skytable installations"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

@ -1,4 +1,4 @@
sky-bench 0.8.0-beta.2
sky-bench 0.8.0-beta.3
Sayan N. <ohsayan@outlook.com>
Skytable benchmark tool

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

Loading…
Cancel
Save