fix :thumb:

master
able 2024-04-29 04:43:47 -05:00
parent e4831d706a
commit 4f19c734e5
1 changed files with 4 additions and 3 deletions

7
Cargo.lock generated
View File

@ -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",
]