Skip to content

Commit

Permalink
Update crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jul 5, 2022
1 parent 475cda5 commit 436afb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dlopen2"
version = "0.2.0"
version = "0.3.0"
authors = [
"Szymon Wieloch <szymon.wieloch@gmail.com>",
"Ahmed Masud <ahmed.masud@saf.ai>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Cargo.toml:

```toml
[dependencies]
dlopen2 = "0.1.8"
dlopen2 = "0.3"
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion dlopen2-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dlopen2_derive"
version = "0.1.4"
version = "0.2.0"
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>",
"OpenByte <development.openbyte@gmail.com>"]
description = "Derive macros for the dlopen2 crate."
Expand Down
2 changes: 1 addition & 1 deletion example-dylib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example_dylib"
version = "0.1.0"
version = "0.2.0"
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>",
"OpenByte <development.openbyte@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 436afb3

Please sign in to comment.