Skip to content

Commit d72916a

Browse files
committed
add leetcode testcase
1 parent 02cdcb9 commit d72916a

30 files changed

+404
-275250
lines changed

riscvm-core/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ edition = "2021"
66
[dependencies]
77
bit = "0.1.1"
88
elf = "0.7.4"
9-
goblin = "0.8.2"
9+
goblin = "0.9.2"
1010
intervaltree = "0.2.7"
11+
linux-libc-auxv = { git = "https://github.com/mateocabanal/linux-libc-auxv" }
1112
rand = "0.8.5"
12-
thiserror = "1.0.64"
13+
thiserror = "2"
1314
tracing = "0.1.40"

0 commit comments

Comments
 (0)