Skip to content

Commit

Permalink
upgrade once cell and abi stable (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwparas committed Dec 2, 2023
1 parent ba17b8e commit 881262e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/steel-core/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ pretty = "0.12.1"
im-lists = "0.6.0"
quickscope = "0.2.0"
lasso = { version = "0.6.0", features = ["multi-threaded", "serialize"] }
once_cell = "1.17.0"
once_cell = "1.18.0"
fxhash = "0.2.1"
# lazy_static = "1.4.0"
steel-gen = { path = "../steel-gen", version = "0.2.0" }
Expand All @@ -52,8 +52,8 @@ smallvec = { version = "1.10.0", optional = true }
termimad = { version = "0.21.0", optional = true }

# FFI for dylibs
abi_stable = { version = "0.11.1", optional = true }
async-ffi = { version = "0.4.1", features = ["abi_stable"], optional = true }
abi_stable = { version = "0.11.2", optional = true }
async-ffi = { version = "0.5.0", features = ["abi_stable"], optional = true }
# Cranelift JIT
cranelift = { version = "0.84.0", optional = true }
cranelift-module = { version = "0.84.0", optional = true }
Expand Down

0 comments on commit 881262e

Please sign in to comment.