Skip to content

Commit

Permalink
chore: reorder dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Apr 28, 2024
1 parent 0742d07 commit b7de64b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ members = [
resolver = "2"

[workspace.dependencies]
# bytecheck version should be in sync with rkyv version. Do not bump individually.
bytecheck = "0.6.10"
rkyv = "=0.7.44"


Inflector = "0.11.4"
ahash = "0.8.8"
ansi_term = "0.12.1"
Expand All @@ -39,7 +44,6 @@ resolver = "2"
base64 = "0.21.0"
bitflags = "2.5.0"
browserslist-rs = "0.15.0"
bytecheck = "0.6.10"
cfg-if = "1.0.0"
chrono = "0.4.31"
console_error_panic_hook = "0.1.7"
Expand Down Expand Up @@ -86,7 +90,6 @@ resolver = "2"
regex = "1.5.4"
relative-path = "1.6.1"
reqwest = "0.11.14"
rkyv = "=0.7.44"
rustc-hash = "1.1.0"
ryu-js = "1.0.0"
scoped-tls = "1.0.1"
Expand Down

0 comments on commit b7de64b

Please sign in to comment.