Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate derive_more to v1 - autoclosed #50

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang-pp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lang-util = "=0.5.3"
string_cache = "0.8"
thiserror = "1.0"
arrayvec = "0.7"
derive_more = "0.99"
derive_more = "1.0"

# Preprocessor
rowan = { version = "0.15", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lang-util-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ keywords = ["language", "parser", "ast"]
categories = ["parsing"]

[dependencies]
derive_more = "0.99"
derive_more = "1.0"
similar-asserts = "1.4"
2 changes: 1 addition & 1 deletion lang-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lang-util-derive = "=0.5.3"
line-span = "0.1"
smol_str = "0.1"
text-size = "1.1"
derive_more = "0.99"
derive_more = "1.0"

# lalrpop dependencies
lalrpop-util = { version = "0.20.0", default-features = false, optional = true }
Expand Down
Loading