Skip to content

Commit 0a78c6e

Browse files
committed
Clean up some tomls
1 parent 4215355 commit 0a78c6e

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[workspace]
22
resolver = '2'
33
members = [
4-
"source/postcard", "source/postcard-core",
4+
"source/postcard",
5+
"source/postcard-core",
56
"source/postcard-derive",
67
"source/postcard-derive-ng",
78
"source/postcard-dyn",

source/postcard-core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ documentation = "https://docs.rs/postcard-core/"
1818
all-features = true
1919
rustdoc-args = ["--cfg", "docsrs"]
2020

21-
2221
[dependencies]

source/postcard-dyn-ng/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ keywords = [
1717
]
1818
documentation = "https://docs.rs/postcard-dyn-ng/"
1919

20-
2120
[dependencies]
2221
serde = { version = "1.0.202", features = ["derive"] }
2322
serde_json = "1.0.117"

0 commit comments

Comments
 (0)