Skip to content

Commit

Permalink
Merge pull request #47 from Metaswitch/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
kw217 authored Mar 30, 2022
2 parents f819a15 + ce251ca commit b4e3534
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 b4e3534

Please sign in to comment.