Merge branch 'master' into universal-compiled-info

This commit is contained in:
Syrus Akbary
2021-04-29 13:02:37 -07:00
11 changed files with 27 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
thiserror = "1.0"
serde_bytes = { version = "0.11", optional = true }
smallvec = "1.6"
rkyv = { version = "0.4.3", optional = true }
rkyv = { version = "0.6", optional = true }
loupe = "0.1"
[features]