Skip to content

Commit

Permalink
bump crates version up to v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Sakamoto <[email protected]>
  • Loading branch information
takaswie committed Aug 24, 2020
1 parent ca2b4c7 commit f3acb95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hinawa Rust bindings
====================

2020/08/17
2020/08/24
Takashi Sakamoto

Introduction
Expand Down
2 changes: 1 addition & 1 deletion hinawa-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hinawa-sys"
version = "0.2.0"
version = "0.3.0"
description = "FFI bindings for libhinawa2 library"
authors = ["Takashi Sakamoto <[email protected]>"]
links = "hinawa"
Expand Down
4 changes: 2 additions & 2 deletions hinawa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hinawa"
version = "0.2.0"
version = "0.3.0"
description = "API bindings for libhinawa2 library"
authors = ["Takashi Sakamoto <[email protected]>"]
license = "MIT"
Expand All @@ -16,7 +16,7 @@ glib = "0.10"
glib-sys = "0.10"
gobject-sys = "0.10"

hinawa-sys = { path = "../hinawa-sys", version = "0.2" }
hinawa-sys = { path = "../hinawa-sys", version = "0.3" }

[dev-dependencies]
gir-format-check = "^0.1"

0 comments on commit f3acb95

Please sign in to comment.