Skip to content

Commit a61ca90

Browse files
committed
Oops...needed to fix a dependency...
1 parent 8d433d5 commit a61ca90

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
- docs/**
2424
pull_request:
2525

26+
concurrency:
27+
group: ${{ github.workflow }}-${{ github.ref }}-ci
28+
cancel-in-progress: true
29+
2630
jobs:
2731
build:
2832
strategy:

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ async-trait = "0.1.88"
2222
bytes = "1.10.1"
2323
http-handler = { git = "ssh://git@github.com/platformatic/http-handler" }
2424
# http-handler = { path = "../http-handler" }
25-
# http-rewriter = { git = "ssh://git@github.com/platformatic/http-rewriter" }
26-
http-rewriter = { path = "../http-rewriter" }
25+
http-rewriter = { git = "ssh://git@github.com/platformatic/http-rewriter" }
26+
# http-rewriter = { path = "../http-rewriter" }
2727
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
2828
napi = { version = "3.0.0-beta.8", default-features = false, features = ["napi4"], optional = true }
2929
napi-derive = { version = "3.0.0-beta.8", optional = true }

0 commit comments

Comments
 (0)