forked from koniifer/ableos
fix :thumb:
This commit is contained in:
parent
088e628cde
commit
f767362ad0
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue