We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45ae29 commit ace737fCopy full SHA for ace737f
bytestring/Cargo.toml
@@ -22,9 +22,9 @@ allowed_external_types = [
22
23
[dependencies]
24
bytes = { version = "1.2", default-features = false }
25
-serde = { version = "1.0", optional = true }
+serde = { version = "1", optional = true }
26
27
[dev-dependencies]
28
ahash = { version = "0.8", default-features = false }
29
-serde_json = "1.0"
+serde_json = "1"
30
static_assertions = "1.1"
codecov.yml
@@ -9,7 +9,7 @@ coverage:
9
default:
10
threshold: 10% # make CI green
11
12
-ignore: # ignore codecoverage on following paths
+ignore: # ignore code coverage on following paths
13
- "examples"
14
- ".github"
15
- "**/*.md"
0 commit comments