Skip to content

Commit

Permalink
Cargo.*: increment version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Jun 17, 2024
1 parent ad933ac commit 9f3ec86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / cargo-semver-checks

Version mismatch: tag 0.12.0 != 0.13.0 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-cratesio

Version mismatch: tag 0.12.0 != 0.13.0 from Cargo.toml

Check warning on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / rust / publish-github-release

Version mismatch: tag 0.12.0 != 0.13.0 from Cargo.toml
name = "rustsourcebundler"
version = "0.12.0"
version = "0.13.0"
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
description = "Bundle the source code of a rust cargo crate in a single source file"
license = "MIT"
Expand Down

0 comments on commit 9f3ec86

Please sign in to comment.