Skip to content

Commit

Permalink
Prepare for v0.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jul 22, 2024
1 parent 967cda9 commit f34b92e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [0.1.7] - Unreleased
## [0.1.7] - 2024-07-22

- Workaround for bug in protobuf-src crate which causes build to fail.
- Update protobuf-src crate which was causing builds to fail.


## [0.1.6] - 2024-06-13
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pssh-box"
description = "Parsing and serialization support for PSSH boxes used in DRM systems"
version = "0.1.6"
version = "0.1.7"
authors = ["Eric Marsden <eric.marsden@risk-engineering.org>"]
readme = "README.md"
repository = "https://github.com/emarsden/pssh-box-rs/"
Expand Down Expand Up @@ -47,8 +47,7 @@ vendored-protoc = ["dep:protobuf-src"]

[build-dependencies]
prost-build = { version = "0.12" }
# protobuf-src = { version = "2.0.1", optional = true }
protobuf-src = { git = "https://github.com/emarsden/rust-protobuf-native", optional = true }
protobuf-src = { version = "2.1.0", optional = true }

[profile.release]
lto = true
Expand Down

0 comments on commit f34b92e

Please sign in to comment.