mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
fix glue tests
This commit is contained in:
parent
bd97e46d71
commit
440b288ca5
2 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue