Skip to content

Commit

Permalink
⬆️ Bump derive_more from Lv.99 to Lv.1...
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Aug 14, 2024
1 parent 0f32661 commit 27b5e7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/boot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tairitsu-macro-types = { path = "../macro-types" }
anyhow = "^1"
async-trait = "^0.1"
base64 = "^0.22"
derive_more = "*"
derive_more = { version = "^1", features = ["full"] }
gloo = "^0.11"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
Expand Down
2 changes: 1 addition & 1 deletion packages/macro-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
anyhow = "^1"
async-trait = "^0.1"
base64 = "^0.22"
derive_more = "*"
derive_more = { version = "^1", features = ["full"] }
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = { version = "^0.26", features = ["derive"] }
2 changes: 1 addition & 1 deletion packages/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc-macro = true
tairitsu-macro-types = { path = "../macro-types" }

anyhow = "^1"
derive_more = "*"
derive_more = { version = "^1", features = ["full"] }
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
strum = { version = "^0.26", features = ["derive"] }
Expand Down

0 comments on commit 27b5e7c

Please sign in to comment.