diff --git a/Cargo.lock b/Cargo.lock index 8ec2c2a..84ab1fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "hbasm" version = "0.1.0" -source = "git+https://git.ablecorp.us/AbleOS/holey-bytes.git#0f619887c613be3fb3a7dd8c970b7ee76ad0d23b" +source = "git+https://git.ablecorp.us/AbleOS/holey-bytes.git#247b2c6614ab81925e96744398632e3b7bb8b7ad" dependencies = [ "paste", "rhai", @@ -467,15 +467,16 @@ dependencies = [ [[package]] name = "hbbytecode" version = "0.1.0" -source = "git+https://git.ablecorp.us/ableos/holey-bytes#4fb203aa4d96483a3cfd5890717e96d00f9b5c3f" +source = "git+https://git.ablecorp.us/ableos/holey-bytes#247b2c6614ab81925e96744398632e3b7bb8b7ad" dependencies = [ + "paste", "with_builtin_macros", ] [[package]] name = "hbvm" version = "0.1.0" -source = "git+https://git.ablecorp.us/ableos/holey-bytes#4fb203aa4d96483a3cfd5890717e96d00f9b5c3f" +source = "git+https://git.ablecorp.us/ableos/holey-bytes#247b2c6614ab81925e96744398632e3b7bb8b7ad" dependencies = [ "hbbytecode", ]