Skip to content

Commit

Permalink
chore: maturin develop in justfile + bump execute version (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 authored Dec 17, 2024
1 parent 471b74c commit a099d1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion execute_llvm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "execute_llvm"
version = "0.1.0"
version = "0.2.0"
edition.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ _prepare-test:
# Build the validator binary if rust is installed. Otherwise, skip it.
cargo build --release -p validator || true
# Build the execution binary if rust is installed. Otherwise, skip it.
uv run maturin build -m execute_llvm/Cargo.toml --release || true
uv run maturin develop -m execute_llvm/Cargo.toml --release || true

# Run the tests.
test *PYTEST_FLAGS: _prepare-test
Expand Down

0 comments on commit a099d1a

Please sign in to comment.