Skip to content

Commit 580e6ea

Browse files
committed
rename jolt-host → jolt-trace
Rename crate directory and package name to match PR convention.
1 parent b806c7f commit 580e6ea

10 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ keywords = ["SNARK", "cryptography", "proofs"]
2424

2525
[workspace]
2626
members = [
27-
"crates/jolt-host",
27+
"crates/jolt-trace",
2828
"crates/jolt-poly",
2929
"crates/jolt-lookup-tables",
3030
"crates/jolt-riscv",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "jolt-host"
2+
name = "jolt-trace"
33
version = "0.1.0"
44
authors = ["Jolt Contributors"]
55
edition = "2021"

0 commit comments

Comments
 (0)