Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit 2e40011

Browse files
Update tap requirement from 0.4 to 1.0
Updates the requirements on [tap](https://github.com/myrrlyn/tap) to permit the latest version. - [Release notes](https://github.com/myrrlyn/tap/releases) - [Commits](https://github.com/myrrlyn/tap/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 3c91ab0 commit 2e40011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ futures = "0.3.1"
1313
uuid = { version = "0.8", features = ["v4"] }
1414
structopt = "0.3"
1515
rand = "0.7"
16-
tap = "0.4"
16+
tap = "1.0"

spatialos-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spatialos-sdk-sys = { path = "../spatialos-sdk-sys"}
1717
approx = "0.3"
1818
static_assertions = "1.1.0"
1919
structopt = "0.3"
20-
tap="0.4"
20+
tap="1.0"
2121
serde_json = "1.0.48"
2222
rand="0.7.3"

0 commit comments

Comments
 (0)