Skip to content

Commit 934ec20

Browse files
Update with renovate changes (#65)
* Update Rust crate protobuf to v3.1.0 (cherry picked from commit 2ca7c92) * Update dependency protoc-gen-ts to v0.8.5 (cherry picked from commit 83aa147) * Update dependency typescript to ^4.7.4 (cherry picked from commit e5f8912) * fix: Fix bug in protobuf-generation script + regenerate. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58df96c commit 934ec20

File tree

7 files changed

+141
-115
lines changed

7 files changed

+141
-115
lines changed

bindings/rust/Cargo.lock

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

bindings/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rust-version = "1.60.0"
1111

1212
[dependencies]
1313
# Keep in sync with dev/proto-generate.sh
14-
protobuf = "=3.0.2"
14+
protobuf = "=3.1.0"
1515

1616
[lib]
1717
name = "rust"

bindings/rust/src/scip.rs

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

bindings/typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"devDependencies": {
1414
"@types/google-protobuf": "3.15.6",
15-
"protoc-gen-ts": "0.8.1",
16-
"typescript": "^4.7.2"
15+
"protoc-gen-ts": "0.8.5",
16+
"typescript": "^4.7.4"
1717
},
1818
"comment": [
1919
"protoc-gen-ts is pinned to 0.8.1 because there is a breaking change in ",

0 commit comments

Comments
 (0)