Skip to content

Commit

Permalink
upgrade smallvec to 0.6.14 as recommended (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
BingqingLyu committed Aug 10, 2021
1 parent 8c28beb commit b918368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interactive_engine/src/executor/Pegasus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ abomonation = "0.7"
abomonation_derive = "0.3"
byteorder = "1.3.0"
time = "0.1"
smallvec = "0.6.9"
smallvec = "0.6.14"
bincode = "1.0.1"
serde = "1.0.72"
serde_derive = "1.0.72"
Expand Down
2 changes: 1 addition & 1 deletion research/gaia/pegasus/pegasus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crossbeam-channel = "0.4.4"
crossbeam-queue = "0.1"
crossbeam-utils = "0.6"
log = "0.4"
smallvec = "0.6.9"
smallvec = "0.6.14"
lazy_static = "1.3.0"
backtrace = "0.3.45"
bitflags = "1.2.1"
Expand Down

0 comments on commit b918368

Please sign in to comment.