Skip to content

Commit

Permalink
dlopen_derive version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Wieloch committed Jul 17, 2018
1 parent 523a219 commit 4e7d6e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy_static = "0.2.8"

[dependencies.dlopen_derive]
path = "rust-dlopen-derive"
version = "0.1.2"
version = "0.1.3"

[target.'cfg(windows)'.dependencies]
winapi = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion rust-dlopen-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dlopen_derive"
version = "0.1.2"
version = "0.1.3"
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>"]
description = "Derive macros for the dlopen crate."
license = "MIT"
Expand Down

0 comments on commit 4e7d6e0

Please sign in to comment.