Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 6, 2021
1 parent 2a493f1 commit 3612550
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,8 @@ repository = "https://github.com/longbridgeapp/rust-i18n"
version = "0.2.0"

[dependencies]
glob = "0.3"
lazy_static = "1.4.0"
proc-macro2 = "1.0"
quote = "1.0.2"
rust-i18n-support = {path = "./crates/support", version = "0.2.0"}
serde = "1"
serde_json = "1"
serde_yaml = "0.8"
syn = "1.0.82"
rust-i18n-support = {path = "./crates/support", version = "0.2"}

[dev-dependencies]
foo = {path = "examples/foo"}
4 changes: 2 additions & 2 deletions crates/support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description = "Support for rust-i18n crate."
edition = "2021"
license = "MIT"
name = "rust-i18n-support"
version = "0.2.1-alpha.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
readme = "../../README.md"
version = "0.2.1"

[dependencies]
glob = "0.3"
Expand Down

0 comments on commit 3612550

Please sign in to comment.