Skip to content

Commit 1640b8f

Browse files
authored
chore: simple publish script (#1256)
1 parent 2e2babc commit 1640b8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

publish.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
cargo publish --package revm-primitives
4+
cargo publish --package revm-precompiles
5+
cargo publish --package revm-interpreter
6+
cargo publish --package revm
7+
cargo publish --package revme
8+
9+
echo "All crates published"

0 commit comments

Comments
 (0)