Skip to content

Commit

Permalink
1. Fix for upload in crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
denisandroid committed Mar 30, 2024
1 parent 2e0e0b5 commit 82b07a0
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
@@ -1,6 +1,6 @@
[package]
name = "copy_impl"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Denis Kotlyarov (Денис Котляров) <[email protected]>"]
repository = "https://github.com/clucompany/copy_impl.git"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
copy_impl = "0.3.2"
copy_impl = "0.3.3"
```

and this to your source code:
Expand Down

0 comments on commit 82b07a0

Please sign in to comment.