From e92ee3d43d9101e34ab6727441dc9567b8f80d72 Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 24 May 2023 00:18:31 -0500 Subject: Some changes --- Cargo.lock | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index b7ccbe0..c46664e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,9 +42,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.141" +version = "0.2.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" +checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" [[package]] name = "once_cell" @@ -111,9 +111,14 @@ name = "sloth" version = "0.1.0" dependencies = [ "itertools", + "libc", "thiserror", ] +[[package]] +name = "sloth_asm" +version = "0.1.0" + [[package]] name = "sloth_bytecode" version = "0.1.0" -- cgit v1.2.3