wip
This commit is contained in:
parent
7195538d41
commit
4afb8049ed
|
|
@ -7,3 +7,4 @@
|
|||
.idea
|
||||
rls*.log
|
||||
tarpaulin-report.html
|
||||
process-repo.log
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
members = ["derive", "compatibility"]
|
||||
# [workspace]
|
||||
# members = ["derive", "compatibility"]
|
||||
|
||||
[package]
|
||||
name = "bincode"
|
||||
|
|
@ -10,7 +10,7 @@ authors = [
|
|||
"Victor Koenders <bincode@trangar.com>",
|
||||
]
|
||||
exclude = ["logo.svg", "examples/*", ".gitignore", ".github/"]
|
||||
rust-version = "1.85.0"
|
||||
# rust-version = "1.85.0"
|
||||
|
||||
publish = true
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ authors = [
|
|||
"Victor Koenders <bincode@trangar.com>",
|
||||
]
|
||||
edition = "2021"
|
||||
rust-version = "1.85.0"
|
||||
# rust-version = "1.85.0"
|
||||
|
||||
repository = "https://github.com/bincode-org/bincode"
|
||||
documentation = "https://docs.rs/bincode_derive"
|
||||
|
|
|
|||
Loading…
Reference in New Issue