Skip to content

Commit

Permalink
Bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Mar 29, 2024
1 parent f8535b9 commit 49babf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-swift"
description = "A cargo plugin to easily build Swift packages from Rust code for use in iOS and macOS applications"
version = "0.6.1"
version = "0.7.0"
edition = "2021"
authors = ["Antonius Naumann <git@antonius.dev>"]
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Currently, `cargo swift` does not detect the UniFFI version of your project auto
|--------|-------------|
| 0.25 | 0.5 |
| 0.26 | 0.6 |
| 0.27 | 0.7 |

To do so, run
```
Expand Down

0 comments on commit 49babf9

Please sign in to comment.