Skip to content

Commit

Permalink
Fix crate versions in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jul 8, 2022
1 parent 48d504f commit e9c6e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Cargo.toml:

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

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Cargo.toml:
```toml
[dependencies]
dlopen2 = "0.1"
dlopen2 = "0.4"
```
# Documentation
Expand Down

0 comments on commit e9c6e6e

Please sign in to comment.