Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyanonymous committed Dec 6, 2024
1 parent e5cca85 commit 1bae790
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 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.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ resolver = "2"
[workspace.package]
edition = "2021"
license = "MPL-2.0"
version = "2.1.0"
version = "2.1.1"
repository = "https://github.com/tomoyanonymous/mimium-rs/"
readme = "Readme.md"

[workspace.dependencies]
mimium-cli = { path = "mimium-cli", version = "2.1.0" }
mimium-lang = { path = "mimium-lang", version = "2.1.0" }
mimium-audiodriver = { path = "mimium-audiodriver", version = "2.1.0" }
mimium-midi = { path = "mimium-midi", version = "2.1.0" }
mimium-symphonia = { path = "mimium-symphonia", version = "2.1.0" }
mimium-scheduler = { path = "mimium-scheduler", version = "2.1.0" }
mimium-guitools = { path = "mimium-guitools", version = "2.1.0" }
mimium-cli = { path = "mimium-cli", version = "2.1.1" }
mimium-lang = { path = "mimium-lang", version = "2.1.1" }
mimium-audiodriver = { path = "mimium-audiodriver", version = "2.1.1" }
mimium-midi = { path = "mimium-midi", version = "2.1.1" }
mimium-symphonia = { path = "mimium-symphonia", version = "2.1.1" }
mimium-scheduler = { path = "mimium-scheduler", version = "2.1.1" }
mimium-guitools = { path = "mimium-guitools", version = "2.1.1" }
mimium-test = { path = "mimium-test" }

# do not add git tag for each crates on release.
Expand Down
2 changes: 1 addition & 1 deletion mimium-lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ intx = "0.1.0"

[lints.clippy]
useless_format = "allow"
expect_fun_call = "allow"
expect_fun_call = "allow"

0 comments on commit 1bae790

Please sign in to comment.