Skip to content

Commit

Permalink
Merge pull request #266 from emilio/master
Browse files Browse the repository at this point in the history
core: Use a weaker dependency on smallvec.
  • Loading branch information
Amanieu committed Dec 4, 2020
2 parents 4719198 + c82fe5f commit 9b3ccbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
cfg-if = "1.0.0"
smallvec = "1.4.0"
smallvec = "1.0"
petgraph = { version = "0.5.1", optional = true }
thread-id = { version = "3.3.0", optional = true }
backtrace = { version = "0.3.49", optional = true }
Expand Down

0 comments on commit 9b3ccbd

Please sign in to comment.