Skip to content

Commit a372bae

Browse files
committed
Update the default Cargo.toml produced by cargo verus new to only list
vstd as a dependency.
1 parent e8d43b8 commit a372bae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

source/cargo-verus/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ edition = "2021"
103103
104104
[dependencies]
105105
vstd = { git = "https://github.com/verus-lang/verus", rev = "BUILDREV" }
106-
builtin = { git = "https://github.com/verus-lang/verus", rev = "BUILDREV" }
107-
builtin_macros = { git = "https://github.com/verus-lang/verus", rev = "BUILDREV" }
108106
109107
[package.metadata.verus]
110108
verify = true

0 commit comments

Comments
 (0)