-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rust: update manifests to refer to the real (non-staging) crates
PiperOrigin-RevId: 707651257
- Loading branch information
1 parent
8543534
commit 09b7506
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
name = "staging-protobuf-example" | ||
name = "protobuf-example" | ||
version = "{VERSION}" | ||
edition = "2021" | ||
description = "Example use of Rust Protocol Buffers bindings" | ||
license = "BSD-3-Clause" | ||
|
||
[dependencies] | ||
protobuf = { version = "{VERSION}", path = "../protobuf", package = "staging-protobuf" } | ||
protobuf = { version = "{VERSION}", path = "../protobuf", package = "protobuf" } | ||
|
||
[build-dependencies] | ||
protobuf-codegen = { version = "{VERSION}", path = "../protobuf_codegen", package = "staging-protobuf-codegen" } | ||
protobuf-codegen = { version = "{VERSION}", path = "../protobuf_codegen", package = "protobuf-codegen" } |
6 changes: 3 additions & 3 deletions
6
rust/release_crates/protobuf_well_known_types/Cargo-template.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
name = "staging-protobuf-well-known-types" | ||
name = "protobuf-well-known-types" | ||
version = "{VERSION}" | ||
edition = "2021" | ||
description = "Protobuf Well-Known Types" | ||
license = "BSD-3-Clause" | ||
|
||
[dependencies] | ||
protobuf = { version = "{VERSION}", path = "../protobuf", package = "staging-protobuf" } | ||
protobuf = { version = "{VERSION}", path = "../protobuf", package = "protobuf" } | ||
|
||
[build-dependencies] | ||
protobuf-codegen = { version = "{VERSION}", path = "../protobuf_codegen", package = "staging-protobuf-codegen" } | ||
protobuf-codegen = { version = "{VERSION}", path = "../protobuf_codegen", package = "protobuf-codegen" } |