Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Back-compatible API change: feature flag introduced.

Signed-off-by: Keith Wansbrough <Keith.Wansbrough@metaswitch.com>
  • Loading branch information
kw217 committed Mar 30, 2022
1 parent f819a15 commit ce251ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["Cassandra", "binding", "CQL", "client", "database" ]
categories = [ "api-bindings", "database", "external-ffi-bindings" ]
license = "Apache-2.0"
name = "cassandra-cpp-sys"
version = "1.0.1-pre"
version = "1.1.0"
authors = ["Tupshin Harper <tupshin@tupshin.com>", "Keith Wansbrough <Keith.Wansbrough@metaswitch.com>"]
links = "cassandra"
build = "build.rs"
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@ to do so. Pre-built packages are available for most platforms.

Make sure that the driver (specifically `libcassandra_static.a` and `libcassandra.so`) are in your `/usr/local/lib64/` directory.

You can use this crate from cargo with

```toml
[dependencies]
cassandra-cpp-sys = "1.0"
```
You can use this crate from cargo as `cassandra-cpp-sys`.

## License

Expand Down

0 comments on commit ce251ca

Please sign in to comment.