Skip to content

Commit

Permalink
swtich rv64 from local directory to github
Browse files Browse the repository at this point in the history
  • Loading branch information
yodalee committed Jul 28, 2022
1 parent ccf9046 commit 82abfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
spin = "0.9.2"
linked_list_allocator = "0.9.0"
bitflags = "1.3.2"
rv64 = { version = "0.1.0", path = "../rv64" }
rv64 = { git = "https://github.com/yodalee/rv64.git", branch = "master" }

[build-dependencies]
cc = "1.0.25"
Expand Down

0 comments on commit 82abfd8

Please sign in to comment.