Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jul 29, 2023
1 parent c4a84d9 commit 122b5b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Cargo.toml:

```toml
[dependencies]
dlopen2 = "0.5"
dlopen2 = "0.6"
```

## 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.3.0"
version = "0.4.0"
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>",
"OpenByte <development.openbyte@gmail.com>"]
description = "Derive macros for the dlopen2 crate."
Expand Down
4 changes: 2 additions & 2 deletions dlopen2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dlopen2"
version = "0.5.0"
version = "0.6.0"
authors = [
"Szymon Wieloch <szymon.wieloch@gmail.com>",
"Ahmed Masud <ahmed.masud@saf.ai>",
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/OpenByteDev/dlopen2"
edition = "2021"

[dependencies]
dlopen2_derive = { path = "../dlopen2-derive", version = "0.3", optional = true }
dlopen2_derive = { path = "../dlopen2-derive", version = "0.4", optional = true }
once_cell = "1.18"

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion dlopen2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Cargo.toml:
```toml
[dependencies]
dlopen2 = "0.5"
dlopen2 = "0.6"
```
# Documentation
Expand Down

0 comments on commit 122b5b7

Please sign in to comment.