Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wprzytula committed Jun 5, 2024
1 parent 0ebf90e commit 805ef4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scylla-rust-wrapper/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions scylla-rust-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scylla-cpp-driver-rust"
version = "0.0.1"
version = "0.1.0"
edition = "2018"
description = "Wrapper for Scylla's Rust driver, exports functions to be used by C"
repository = "https://github.com/scylladb/scylla-rust-driver"
Expand All @@ -10,7 +10,9 @@ categories = ["database"]
license = "MIT OR Apache-2.0"

[dependencies]
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "40aaee6", features = ["ssl"]}
scylla = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "40aaee6", features = [
"ssl",
] }
tokio = { version = "1.27.0", features = ["full"] }
lazy_static = "1.4.0"
uuid = "1.1.2"
Expand All @@ -32,7 +34,7 @@ chrono = "0.4.20"
assert_matches = "1.5.0"
ntest = "0.9.0"
rusty-fork = "0.3.0"
scylla-proxy = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "40aaee6"}
scylla-proxy = { git = "https://github.com/scylladb/scylla-rust-driver.git", rev = "40aaee6" }

[lib]
name = "scylla_cpp_driver"
Expand Down

0 comments on commit 805ef4c

Please sign in to comment.