use published loaned

This commit is contained in:
tjjfvi 2024-04-19 12:18:10 -04:00
parent 1f85cc7f2d
commit 092972f946
No known key found for this signature in database
GPG Key ID: 77F042BA4D0E14C8
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -273,8 +273,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "loaned"
version = "0.0.0"
source = "git+https://github.com/tjjfvi/loaned#9b172def001da8ac4e76aa2fe62d27acb38db49b"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da2f64517bfbf7127b8418da518c2e437722b272c07c87dd17576c0c0f8d6a1d"
[[package]]
name = "lock_api"

View File

@ -27,7 +27,7 @@ hvm-core = { git = "https://github.com/HigherOrderCO/hvm-core.git" }
indexmap = "2.2.3"
interner = "0.2.1"
itertools = "0.11.0"
loaned = { git = "https://github.com/tjjfvi/loaned", version = "0.0.0" }
loaned = "0.1.0"
parking_lot = "0.12.1"
stacker = "0.1"