Skip to content

Commit

Permalink
feat: bump shared library for udp tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Sep 17, 2024
1 parent 622f4b7 commit ebafeb3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pocket-relay-client"
version = "0.4.0"
version = "0.5.0-beta"
edition = "2021"
build = "build.rs"
license = "MIT"
Expand All @@ -19,7 +19,7 @@ native = ["dep:native-windows-gui", "dep:native-windows-derive", "dep:futures"]

[dependencies]
# Shared backing library
pocket-relay-client-shared = { version = "0.2" }
pocket-relay-client-shared = { version = "0.3" }

serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit ebafeb3

Please sign in to comment.