Skip to content

Commit

Permalink
CDN upgrade (#2187)
Browse files Browse the repository at this point in the history
* cdn upgrade

* merge update

* update some deps

* cargo sort

* remove unused deps

* namespace comment
  • Loading branch information
rob-maron authored Dec 5, 2024
1 parent 306f2ee commit a48b5b2
Show file tree
Hide file tree
Showing 14 changed files with 696 additions and 541 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
cargo build --locked --release --workspace
- name: Build sequencer-sqlite
run: cargo build --locked --release --manifest-path ./sequencer-sqlite/Cargo.toml --target-dir ./target
run: cargo build --release --manifest-path ./sequencer-sqlite/Cargo.toml --target-dir ./target

- name: Build Espresso Dev Node
# Espresso Dev Node currently requires testing feature, so it is built separately.
Expand Down
Loading

0 comments on commit a48b5b2

Please sign in to comment.