Skip to content

Commit

Permalink
Update repository & author references to tokio-rs (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
danburkert committed Jun 21, 2021
1 parent 6cf97ea commit c8691b7
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 21 deletions.
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

0 comments on commit c8691b7

Please sign in to comment.