Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
spitsw committed May 22, 2024
1 parent f7102b1 commit aa26bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmqm-sys"
version = "0.1.0"
version = "0.2.0"
description = "Native bindings to the IBM® MQ Interface (MQI) and MQ Administration Interface (MQAI)"
authors = [ "Warren Spits <warren@advantic.au>" ]
repository = "https://github.com/advantic-au/libmqm-sys"
Expand Down Expand Up @@ -28,4 +28,4 @@ dlopen2 = { version = "0.7.0", optional = true }
[build-dependencies]
regex = "1.10.4"
bindgen = "0.69.4"
cc = "1.0.97"
cc = "1.0.97"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Usage

```toml
[dependencies]
libmqm-sys = "0.1.0"
libmqm-sys = "0.2.0"
```

5. Use the crate in your source code:
Expand Down

0 comments on commit aa26bb3

Please sign in to comment.