Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 8653e22

Browse files
committed
v0.4: cleaner, safer
1 parent 7ead8ea commit 8653e22

File tree

3 files changed

+124
-223
lines changed

3 files changed

+124
-223
lines changed

Cargo.lock

Lines changed: 0 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = ["alcee"]
77
cocoa = { git = "https://github.com/servo/core-foundation-rs" }
88
core-foundation = { git = "https://github.com/servo/core-foundation-rs" }
99
core-foundation-sys = { git = "https://github.com/servo/core-foundation-rs" }
10-
env_logger = ">=0.5"
11-
log = ">=0.4"
12-
objc = ">=0.2"
10+
objc = ">=0.2"
11+
12+
[profile.release]
13+
lto = true

0 commit comments

Comments
 (0)