Skip to content

Commit

Permalink
Merge pull request #23 from google/issue16
Browse files Browse the repository at this point in the history
[mock-omaha-server] Allow publishing to crates.io
  • Loading branch information
ephemeralriggs authored Aug 6, 2024
2 parents 31860b9 + f111525 commit fc7fcbd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mock-omaha-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ description = "Mock implementation of the server end of the Omaha Protocol"
license = "BSD-2-Clause OR Apache-2.0 OR MIT"
repository = "https://github.com/google/omaha-client"
readme = "README.md"
publish = false

exclude = [".*"]

Expand All @@ -29,7 +28,7 @@ derive_builder = "0.20.0"
futures = "0.3.19"
hex = "0.3.2"
hyper = { version = "0.14.19", features = ["http1", "server", "stream", "tcp"] }
omaha_client = { path = "../omaha-client" }
omaha_client = { version = "0.2", path = "../omaha-client" }
p256 = "0.11.1"
serde = { version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
Expand Down

0 comments on commit fc7fcbd

Please sign in to comment.