Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 1, 2022
1 parent bfacf64 commit 8925cf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-xwinbuild"
version = "0.1.0"
version = "0.2.0"
edition = "2018"
description = "Cross compile Cargo project to Windows msvc target with ease"
license = "MIT"
Expand All @@ -16,4 +16,4 @@ clap = { version = "3.1.2", features = ["derive", "env", "wrap_help"] }
dirs = "4.0.0"
fs-err = "2.7.0"
indicatif = "0.17.0-rc.6"
xwin = "0.1.9"
xwin = "0.1.10"

0 comments on commit 8925cf0

Please sign in to comment.