Skip to content

Commit

Permalink
(cargo-release) protox-parse version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Sep 1, 2023
1 parent cf005c5 commit 376f953
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion protox-parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "protox-parse"
description = "Parsing of protobuf source files"
keywords = ["protobuf", "serialization"]
categories = ["compilers", "encoding", "parser-implementations"]
version = "0.4.1"
version = "0.5.0"
authors = ["Andrew Hickman <andrew.hickman1@sky.com>"]
repository = "https://github.com/andrewhickman/protox"
documentation = "https://docs.rs/protox-parse"
Expand Down
2 changes: 1 addition & 1 deletion protox-parse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! See the documentation for [`parse()`] for details.
#![warn(missing_debug_implementations, missing_docs)]
#![deny(unsafe_code)]
#![doc(html_root_url = "https://docs.rs/protox-parse/0.4.1/")]
#![doc(html_root_url = "https://docs.rs/protox-parse/0.5.0/")]

use logos::Span;
use prost_types::FileDescriptorProto;
Expand Down
2 changes: 1 addition & 1 deletion protox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ miette = "5.8.0"
prost = "0.12.0"
prost-reflect = { version = "0.12.0", features = ["miette", "text-format"] }
prost-types = "0.12.0"
protox-parse = { version = "0.4.1", path = "../protox-parse" }
protox-parse = { version = "0.5.0", path = "../protox-parse" }
thiserror = "1.0.31"

[dev-dependencies]
Expand Down

0 comments on commit 376f953

Please sign in to comment.