Skip to content

Commit 1971846

Browse files
committed
chore(node): use 2021 edition
1 parent c747192 commit 1971846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox_node/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ authors = [
99
readme = "README.md"
1010
description = "A server application to run tox node"
1111
documentation = "https://docs.rs/crate/tox-node/"
12-
repository = "https://github.com/tox-rs/tox-node/"
12+
repository = "https://github.com/tox-rs/tox/"
1313
keywords = ["p2p", "instant-messaging", "tox", "toxcore", "networking"]
1414
categories = ["multimedia"]
1515
license = "GPL-3.0+"
16-
edition = "2018"
16+
edition = "2021"
1717

1818

1919
[package.metadata.deb]
@@ -48,7 +48,7 @@ serde = { version = "1.0", features = ["derive"] }
4848
serde_yaml = "0.9"
4949
crypto_box = "0.8"
5050
rand = "0.8"
51-
tox = { path = "../tox" }
51+
tox = { version = "0.1.1", path = "../tox" }
5252

5353
[dependencies.config]
5454
version = "0.13.2"

0 commit comments

Comments
 (0)