Skip to content

Commit

Permalink
chore(deps): Update derive_more to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Feb 13, 2025
1 parent 3b4a566 commit 945d557
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wright/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ parser = [
# Wright's abstract syntax tree model is built on types from the "source_tracking" module.
ast-models = [
"source-tracking",
"dep:num",
# "derive_more/from"
"dep:num"
]

# Wright's lexical analyzer is build using types from the "source_tracking" module.
Expand Down Expand Up @@ -153,7 +152,7 @@ optional = true
# Currently used by features:
# - "source-tracking"
[dependencies.derive_more]
version = "1.0.0"
version = "2"
default-features = false
optional = true

Expand Down

0 comments on commit 945d557

Please # to comment.