update
This commit is contained in:
@@ -8,6 +8,6 @@ crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
binaryninja = {path="../../../"}
|
||||
gimli = "^0.27"
|
||||
gimli = "^0.28"
|
||||
log = "^0.4"
|
||||
object = { version = "0.30.3", features = ["write"] }
|
||||
object = { version = "0.32.1", features = ["write"] }
|
||||
|
||||
@@ -10,5 +10,5 @@ crate-type = ["cdylib"]
|
||||
[dependencies]
|
||||
dwarfreader = { path = "../shared/" }
|
||||
binaryninja = { path = "../../../" }
|
||||
gimli = "0.27"
|
||||
log = "0.4.17"
|
||||
gimli = "0.28"
|
||||
log = "0.4.20"
|
||||
|
||||
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
|
||||
[dependencies]
|
||||
dwarfreader = { path = "../shared/" }
|
||||
binaryninja = {path="../../../"}
|
||||
gimli = "0.27"
|
||||
gimli = "0.28"
|
||||
|
||||
@@ -6,4 +6,4 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
binaryninja = {path="../../../"}
|
||||
gimli = "0.27"
|
||||
gimli = "0.28"
|
||||
|
||||
Reference in New Issue
Block a user