Skip to content

Commit

Permalink
Bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Apr 8, 2023
1 parent fc95f19 commit 94387e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[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.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Antonius Naumann <git@antonius.dev>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/antoniusnaumann/cargo-swift"
keywords = ["macos", "ios", "mobiledev", "spm", "swiftpackage"]
keywords = ["macos", "ios", "uniffi", "spm", "swift"]
categories = ["command-line-utilities", "development-tools", "development-tools::build-utils", "development-tools::cargo-plugins", "development-tools::ffi"]
exclude = ["/readme", "/.github", "/testing"]

Expand Down

0 comments on commit 94387e4

Please sign in to comment.