Skip to content

Commit ed61687

Browse files
authored
Fix bridge configuration and add missing Cargo.lock (#973)
We also want to bump bridge version when making releases.
1 parent ead4cbd commit ed61687

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

bridge/Cargo.lock

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

bridge/svix-bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "svix-bridge"
3-
version = "0.1.0"
3+
version = "1.5.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

server/Cargo.lock

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

tools/bump_version.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const filesPaths = [
88
versionFilePath,
99
// Rust Server
1010
"server/svix-server/Cargo.toml",
11+
// Bridge Server
12+
"bridge/svix-bridge/Cargo.toml",
1113
// Rust Client
1214
"rust/Cargo.toml",
1315
// CSharp

0 commit comments

Comments
 (0)