Skip to content

Commit 75e23c0

Browse files
committed
update another toml to use workspace variables
1 parent f42f61e commit 75e23c0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

nightly_benches/Cargo.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "nightly_benches"
3-
authors = ["The Roc Contributors"]
4-
edition = "2021"
5-
license = "UPL-1.0"
6-
version = "0.0.1"
3+
4+
authors.workspace = true
5+
edition.workspace = true
6+
license.workspace = true
7+
version.workspace = true
78

89
[dependencies]
910

0 commit comments

Comments
 (0)