diff options
| author | Valentin Anger <syrupthinker@gryphno.de> | 2020-07-08 17:23:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-08 11:23:50 -0400 |
| commit | be7e0f2d490ca480aaa154845c4c5c6dccbd7546 (patch) | |
| tree | b2a2d284c490a2a1cd8ec3b6175ea5d4077cc65e /core/Cargo.toml | |
| parent | cbbd9443592f79f6abf9e5019840de4e01ff8580 (diff) | |
BREAKING(core): Remove control slice from ops (#6048)
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 6b73cc02a..038b81580 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -21,6 +21,7 @@ libc = "0.2.71" log = "0.4.8" rusty_v8 = "0.6.0" serde_json = "1.0.55" +smallvec = "1.4.0" url = "2.1.1" [[example]] |
