Skip to content

Commit

Permalink
Multiple updates.
Browse files Browse the repository at this point in the history
- Upgrade deps.
- Build script changes for new vergen.
- Remove debug attr parsing from traceable_configurable_parser proc macro, it needs to be impl'd differently with new syn, but it's not used atm.
- Make origins configurable.
  • Loading branch information
awaitlink committed Jun 26, 2024
1 parent 5db79f4 commit 4b5c286
Show file tree
Hide file tree
Showing 18 changed files with 772 additions and 731 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[env]
DEBUGLOGS_ORIGIN = "https://debuglogs.org/"
WORKER_ORIGIN = "https://getlogs.warp.workers.dev/"
2 changes: 1 addition & 1 deletion .github/workflows/web_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
components: rustfmt, clippy
default: true
- name: "Install: Trunk"
run: wget -qO- https://github.com/thedodd/trunk/releases/download/v0.14.0/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
run: wget -qO- https://github.com/thedodd/trunk/releases/download/v0.20.2/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: "Cache: Yarn"
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ node_modules
!.yarn/releases
!.yarn/sdks
!.yarn/versions

worker/wrangler.toml
Loading

0 comments on commit 4b5c286

Please sign in to comment.