Skip to content

Commit

Permalink
Merge pull request #8 from esteve/release-0.1.2
Browse files Browse the repository at this point in the history
Bump to 0.1.2
  • Loading branch information
esteve authored Sep 21, 2020
2 parents 1db3958 + e4777e3 commit 62f97d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 = "ddsc"
version = "0.1.1"
version = "0.1.2"
authors = ["kydos <angelo@icorsaro.net>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -18,4 +18,4 @@ name = "dds"

[dependencies]
libc = "0.2.67"
libddsc-sys = { path = "libddsc-sys", version = "0.1.0" }
libddsc-sys = { path = "libddsc-sys", version = "0.1.2" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CycloneDDS bindings for Rust

```toml
[dependencies]
ddsc = "0.1.1"
ddsc = "0.1.2"
```

## Rust version requirements
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples"
version = "0.1.0"
version = "0.1.2"
authors = ["kydos <angelo@icorsaro.net>"]
publish = false
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion libddsc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libddsc-sys"
version = "0.1.0"
version = "0.1.2"
authors = ["kydos <angelo@icorsaro.net>"]
license = "Apache-2.0"
links = "ddsc"
Expand Down

0 comments on commit 62f97d5

Please sign in to comment.