Skip to content

Commit 805ef4c

Browse files
committed
bump version to 0.1.0
1 parent 0ebf90e commit 805ef4c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

scylla-rust-wrapper/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scylla-rust-wrapper/Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scylla-cpp-driver-rust"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2018"
55
description = "Wrapper for Scylla's Rust driver, exports functions to be used by C"
66
repository = "https://github.com/scylladb/scylla-rust-driver"
@@ -10,7 +10,9 @@ categories = ["database"]
1010
license = "MIT OR Apache-2.0"
1111

1212
[dependencies]
13-
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "40aaee6", features = ["ssl"]}
13+
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "40aaee6", features = [
14+
"ssl",
15+
] }
1416
tokio = { version = "1.27.0", features = ["full"] }
1517
lazy_static = "1.4.0"
1618
uuid = "1.1.2"
@@ -32,7 +34,7 @@ chrono = "0.4.20"
3234
assert_matches = "1.5.0"
3335
ntest = "0.9.0"
3436
rusty-fork = "0.3.0"
35-
scylla-proxy = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "40aaee6"}
37+
scylla-proxy = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "40aaee6" }
3638

3739
[lib]
3840
name = "scylla_cpp_driver"

0 commit comments

Comments
 (0)