Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repository & author references to tokio-rs #489

Merged
merged 1 commit into from Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions Cargo.toml
@@ -1,9 +1,12 @@
[package]
name = "prost"
version = "0.7.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
license = "Apache-2.0"
repository = "https://github.com/danburkert/prost"
repository = "https://github.com/tokio-rs/prost"
documentation = "https://docs.rs/prost"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,7 +1,7 @@
![continuous integration](https://github.com/danburkert/prost/workflows/continuous%20integration/badge.svg)
![continuous integration](https://github.com/tokio-rs/prost/workflows/continuous%20integration/badge.svg)
[![Documentation](https://docs.rs/prost/badge.svg)](https://docs.rs/prost/)
[![Crate](https://img.shields.io/crates/v/prost.svg)](https://crates.io/crates/prost)
[![Dependency Status](https://deps.rs/repo/github/danburkert/prost/status.svg)](https://deps.rs/repo/github/danburkert/prost)
[![Dependency Status](https://deps.rs/repo/github/tokio-rs/prost/status.svg)](https://deps.rs/repo/github/tokio-rs/prost)

# *PROST!*

Expand Down
5 changes: 4 additions & 1 deletion conformance/Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "conformance"
version = "0.0.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
publish = false
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion conformance/failing_tests.txt
@@ -1,3 +1,3 @@
# TODO(danburkert/prost#2): prost doesn't preserve unknown fields.
# TODO(tokio-rs/prost#2): prost doesn't preserve unknown fields.
Required.Proto2.ProtobufInput.UnknownVarint.ProtobufOutput
Required.Proto3.ProtobufInput.UnknownVarint.ProtobufOutput
5 changes: 4 additions & 1 deletion fuzz/Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "fuzz"
version = "0.0.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
publish = false
edition = "2018"

Expand Down
7 changes: 5 additions & 2 deletions prost-build/Cargo.toml
@@ -1,9 +1,12 @@
[package]
name = "prost-build"
version = "0.7.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
license = "Apache-2.0"
repository = "https://github.com/danburkert/prost"
repository = "https://github.com/tokio-rs/prost"
documentation = "https://docs.rs/prost-build"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
Expand Down
7 changes: 5 additions & 2 deletions prost-derive/Cargo.toml
@@ -1,9 +1,12 @@
[package]
name = "prost-derive"
version = "0.7.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
license = "Apache-2.0"
repository = "https://github.com/danburkert/prost"
repository = "https://github.com/tokio-rs/prost"
documentation = "https://docs.rs/prost-derive"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
Expand Down
7 changes: 5 additions & 2 deletions prost-types/Cargo.toml
@@ -1,9 +1,12 @@
[package]
name = "prost-types"
version = "0.7.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
license = "Apache-2.0"
repository = "https://github.com/danburkert/prost"
repository = "https://github.com/tokio-rs/prost"
documentation = "https://docs.rs/prost-types"
readme = "README.md"
description = "A Protocol Buffers implementation for the Rust Language."
Expand Down
5 changes: 4 additions & 1 deletion protobuf/Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "protobuf"
version = "0.0.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
publish = false
edition = "2018"

Expand Down
5 changes: 4 additions & 1 deletion tests-2015/Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "tests-2015"
version = "0.0.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
publish = false
edition = "2015"

Expand Down
5 changes: 4 additions & 1 deletion tests-no-std/Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "tests-no-std"
version = "0.0.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
publish = false
edition = "2018"

Expand Down
5 changes: 4 additions & 1 deletion tests/Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "tests"
version = "0.0.0"
authors = ["Dan Burkert <dan@danburkert.com>"]
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
]
publish = false
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion tests/src/debug.rs
Expand Up @@ -52,7 +52,7 @@ fn basic() {
}

/*
TODO(danburkert/prost#56):
TODO(tokio-rs/prost#56):

/// A special case with a tuple struct
#[test]
Expand Down
2 changes: 1 addition & 1 deletion tests/src/default_enum_value.proto
Expand Up @@ -17,7 +17,7 @@ message Test {
optional PrivacyLevel privacy_level_4 = 3 [default = PRIVACY_LEVELPRIVACY_LEVEL_FOUR];
}

// danburkert/prost#310
// tokio-rs/prost#310
enum ERemoteClientBroadcastMsg {
k_ERemoteClientBroadcastMsgDiscovery = 0;
}
Expand Down
4 changes: 2 additions & 2 deletions tests/src/lib.rs
Expand Up @@ -77,7 +77,7 @@ pub mod oneof_attributes {
include!(concat!(env!("OUT_DIR"), "/foo.custom.one_of_attrs.rs"));
}

/// Issue https://github.com/danburkert/prost/issues/118
/// Issue https://github.com/tokio-rs/prost/issues/118
///
/// When a message contains an enum field with a default value, we
/// must ensure that the appropriate name conventions are used.
Expand Down Expand Up @@ -499,7 +499,7 @@ mod tests {
// Checks that skip_field will error appropriately when given a big stack of StartGroup
// tags. When the no-recursion-limit feature is enabled this results in stack overflow.
//
// https://github.com/danburkert/prost/issues/267
// https://github.com/tokio-rs/prost/issues/267
let buf = vec![b'C'; 1 << 20];
<() as Message>::decode(&buf[..]).err().unwrap();
}
Expand Down