Skip to content

Commit ee6775c

Browse files
authored
Revert "[spr] initial version (#2264)" (#2265)
1 parent fd60c04 commit ee6775c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

prepare-release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

33
# Script which automates modifying source version fields, and creating a release
44
# commit and tag. The commit and tag are not automatically pushed, nor are the

tonic-build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-build"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.13.1"
14+
version = "0.13.0"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic-health/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-health"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.13.1"
14+
version = "0.13.0"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic-reflection/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "tonic-reflection"
1515
readme = "README.md"
1616
repository = "https://github.com/hyperium/tonic"
17-
version = "0.13.1"
17+
version = "0.13.0"
1818
rust-version = { workspace = true }
1919

2020
[package.metadata.docs.rs]

tonic-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
name = "tonic-types"
1515
readme = "README.md"
1616
repository = "https://github.com/hyperium/tonic"
17-
version = "0.13.1"
17+
version = "0.13.0"
1818
rust-version = { workspace = true }
1919

2020
[dependencies]

tonic-web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
name = "tonic-web"
1212
readme = "README.md"
1313
repository = "https://github.com/hyperium/tonic"
14-
version = "0.13.1"
14+
version = "0.13.0"
1515
rust-version = { workspace = true }
1616

1717
[dependencies]

tonic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
1515
license = "MIT"
1616
readme = "../README.md"
1717
repository = "https://github.com/hyperium/tonic"
18-
version = "0.13.1"
18+
version = "0.13.0"
1919
rust-version = {workspace = true}
2020
exclude = ["benches-disabled"]
2121

0 commit comments

Comments
 (0)