Compare commits
3 Commits
trunk
...
feature/CR
| Author | SHA1 | Date |
|---|---|---|
|
|
b3b96da7f0 | |
|
|
96399c551e | |
|
|
4afb8049ed |
|
|
@ -7,3 +7,4 @@
|
|||
.idea
|
||||
rls*.log
|
||||
tarpaulin-report.html
|
||||
process-repo.log
|
||||
|
|
|
|||
16
Cargo.toml
16
Cargo.toml
|
|
@ -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
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ unty = "0.0.4"
|
|||
# Used for tests
|
||||
[dev-dependencies]
|
||||
ouroboros = "0.18.3"
|
||||
serde_derive = "1.0"
|
||||
serde_derive = { workspace = true }
|
||||
serde_json = { version = "1.0", default-features = false }
|
||||
tempfile = "3.2"
|
||||
criterion = "0.6"
|
||||
|
|
@ -63,10 +63,10 @@ harness = false
|
|||
name = "string"
|
||||
harness = false
|
||||
|
||||
[profile.bench]
|
||||
codegen-units = 1
|
||||
debug = 1
|
||||
lto = true
|
||||
# [profile.bench]
|
||||
# codegen-units = 1
|
||||
# debug = 1
|
||||
# lto = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = 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