Skip to content

Commit

Permalink
Revert crate version bumps, we will merge more MRs before bumping crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kellpossible committed Aug 8, 2024
1 parent e79a0f7 commit 4ca7428
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -48,8 +48,8 @@ members = [

[workspace.dependencies]
rust-embed = "8.0"
i18n-build = { version = "0.10.0", path = "./i18n-build" }
i18n-embed = { version = "0.15.0", path = "./i18n-embed" }
i18n-build = { version = "0.9.0", path = "./i18n-build" }
i18n-embed = { version = "0.14.0", path = "./i18n-embed" }
i18n-config = { version = "0.4.5", path = "./i18n-config" }
i18n-embed-fl = { version = "0.8.0", path = "./i18n-embed-fl" }
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion i18n-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for `i18n-build`

## v0.10.0
## main

+ Update i18n-embed to version `0.15`.

Expand Down
2 changes: 1 addition & 1 deletion i18n-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "i18n-build"
readme = "README.md"
repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-build"
version = "0.10.0"
version = "0.9.0"

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion i18n-embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for `i18n-embed`

## v0.15.0
## main

### New Features

Expand Down
2 changes: 1 addition & 1 deletion i18n-embed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
name = "i18n-embed"
readme = "README.md"
repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed"
version = "0.15.0"
version = "0.14.0"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 4ca7428

Please sign in to comment.