Skip to content

Commit 740a1e0

Browse files
committed
0.9.3: Prevent multiple copies of *ring* from being linked.
This will only protect against linking multiple copies of version from 0.9.3 onward; i.e. it won't prevent a version like 0.7.6 from being linked alongside 0.9.3.
1 parent 6c31da9 commit 740a1e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ license-file = "LICENSE"
99
name = "ring"
1010
readme = "README.md"
1111
repository = "https://github.com/briansmith/ring"
12-
version = "0.9.2"
12+
version = "0.9.3"
13+
14+
# Prevent multiple versions of *ring* from being linked into the same program.
15+
links = "ring-asm"
1316

1417
exclude = [
1518
# The presence of .gitignore is used to differentiate non-packaged builds

0 commit comments

Comments
 (0)