Skip to content

Commit

Permalink
protocol bump. // docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Oct 15, 2024
1 parent a3cdcc6 commit 67dc169
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ fancy-regex = { version = "0.13" }
enum_dispatch = "0.3"


# If you update `hyper`, check that `h2` version is compatible in `intproxy/Cargo.toml`.
# There is a test for this: `cargo test -p mirrord-intproxy hyper_and_h2_versions_in_sync`
hyper = { version = "1", features = ["full"] }
hyper-util = { version = "0.1" }
http-body = "1"
Expand All @@ -120,4 +122,4 @@ private_intra_doc_links = "allow"
[profile.release]
strip = "debuginfo"
# Enabling LTO causes this issue https://github.com/metalbear-co/mirrord/issues/906
lto = false
lto = false
2 changes: 1 addition & 1 deletion mirrord/protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mirrord-protocol"
version = "1.11.3"
version = "1.11.4"
authors.workspace = true
description.workspace = true
documentation.workspace = true
Expand Down

0 comments on commit 67dc169

Please sign in to comment.