Skip to content

Commit f332979

Browse files
Drop build script
1 parent ba46fc5 commit f332979

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ license = "MIT OR Apache-2.0"
77
repository = "https://github.com/SergioBenitez/cookie-rs"
88
documentation = "https://docs.rs/cookie"
99
readme = "README.md"
10-
build = "build.rs"
1110
description = """
1211
HTTP cookie parsing and cookie jar management. Supports signed and private
1312
(encrypted, authenticated) jars.
@@ -33,8 +32,6 @@ rand = { version = "0.8", optional = true }
3332
hkdf = { version = "0.12.0", optional = true }
3433
subtle = { version = "2.3", optional = true }
3534

36-
[build-dependencies]
37-
version_check = "0.9.4"
38-
3935
[package.metadata.docs.rs]
4036
all-features = true
37+
rustdoc-args = ["--cfg", "docsrs"]

build.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)