Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
prost update
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsw committed Oct 22, 2024
1 parent a40cae4 commit 2b0ab35
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 82 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "savant-protobuf"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Ivan Kudriavtsev <[email protected]>"]
description = "Savant PB definitions and bindings"
Expand All @@ -13,8 +13,8 @@ license = "Apache-2.0"
rust-version = "1.70"

[dependencies]
prost = "0.12"
prost-types = "0.12"
prost = "0.13"
prost-types = "0.13"

[build-dependencies]
prost-build = "0.12"
prost-build = "0.13"
Loading

0 comments on commit 2b0ab35

Please sign in to comment.