Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Mar 9, 2024
1 parent 2ea1083 commit 7e0a914
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 @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
builtin = { path = "../verus/source/builtin" }
builtin_macros = { path = "../verus/source/builtin_macros" }
vstd = { path = "../verus/source/pervasive" }
vstd = { path = "../verus/source/vstd" }
deps_hack = { path = "src/deps_hack" }
tungstenite = "0.20.1"
rand = "0.8"
Expand Down

0 comments on commit 7e0a914

Please sign in to comment.