Skip to content

Commit

Permalink
switch back to stable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
unknowntrojan committed Jun 15, 2023
1 parent 8d8a9a0 commit a3d59c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ log = "0.4.17"
clipboard = "0.5.0"
# binaryninja = { path = "../binaryninja-api/rust" }
# Dev
binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" }
# binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" }
# Stable
# binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", tag = "v3.4.4271-stable" }
rayon = "1.7.0"
iced-x86 = "1.17.0"
strum = { version = "0.24.1", features = ["derive"] }
serde = { version = "1.0.152", features = ["std"] }
serde_json = "1.0.93"
binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", tag = "v3.4.4271-stable" }
rayon = "1.7.0"
iced-x86 = "1.17.0"
strum = { version = "0.24.1", features = ["derive"] }
serde = { version = "1.0.152", features = ["std"] }
serde_json = "1.0.93"

0 comments on commit a3d59c9

Please sign in to comment.