fix glue tests

This commit is contained in:
Luke Boswell 2024-11-29 15:40:41 +11:00
parent bd97e46d71
commit 440b288ca5
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
2 changed files with 5 additions and 6 deletions

View file

@ -55,10 +55,9 @@ repository = "https://github.com/roc-lang/roc"
version = "0.0.1"
[workspace.dependencies]
object = {
version = "0.32.2", default-features = false, features = [
"read",
"write",
object = { version = "0.32.2", default-features = false, features = [
"read",
"write",
] }
# NOTE: roc-lang/inkwell is a fork of TheDan64/inkwell which does not change anything.
#

View file

@ -9,9 +9,9 @@ repository = "https://github.com/roc-lang/roc"
version = "0.0.1"
[dependencies]
arrayvec.workspace = true
arrayvec = "0.7.2"
serde = { version = "1.0.153", optional = true }
static_assertions.workspace = true
static_assertions = "1.1.0"
[dev-dependencies]
libc = "0.2.139"