Skip to content

Commit 06b9c0d

Browse files
committed
Update everything to grafbase-sdk 0.14.0
1 parent 96b717e commit 06b9c0d

16 files changed

Lines changed: 188 additions & 199 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,8 @@ jobs:
5555
strategy:
5656
matrix:
5757
version:
58-
- gateway: "0.29.0"
59-
sdk:
60-
- "0.8.0"
61-
cli: "0.86.1"
62-
- gateway: "0.30.2"
63-
sdk:
64-
- "0.8.0"
65-
- "0.9.0"
66-
cli: "0.87.2"
58+
- gateway: "0.34.0"
59+
cli: "0.88.0"
6760
env:
6861
RUSTFLAGS: -D warnings
6962
steps:
@@ -100,4 +93,4 @@ jobs:
10093
env:
10194
RUSTC_WRAPPER: sccache
10295
run: |
103-
cargo run -p test-matrix -- --sdk-version ${{ join(matrix.version.sdk, ' --sdk-version ') }}
96+
cargo run -p test-matrix

Cargo.lock

Lines changed: 29 additions & 113 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
@@ -60,7 +60,7 @@ chrono = "0.4.40"
6060
duration-str = "0.16.1"
6161
futures = "0.3"
6262
futures-util = "0.3.31"
63-
grafbase-sdk = "0.12.0"
63+
grafbase-sdk = "0.14.0"
6464
http = "1.3"
6565
indoc = "2.0.6"
6666
insta = { version = "1.42.2", features = ["json"] }

extensions/grpc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ crate-type = ["cdylib"]
1111
base64.workspace = true
1212
bytes.workspace = true
1313
futures-util.workspace = true
14-
grafbase-sdk = { git = "https://github.com/grafbase/grafbase", branch = "main" }
14+
grafbase-sdk.workspace = true
1515
jiff.workspace = true
1616
prost.workspace = true
1717
serde.workspace = true
1818

1919
[dev-dependencies]
2020
async-stream.workspace = true
21-
grafbase-sdk = { git = "https://github.com/grafbase/grafbase", branch = "main", features = [
21+
grafbase-sdk = { workspace = true, features = [
2222
"test-utils",
2323
] }
2424
insta.workspace = true

0 commit comments

Comments
 (0)