mirror of
https://github.com/SeanOMik/magnet-url-rs.git
synced 2025-02-16 21:50:02 +00:00
v1.1.1
This commit is contained in:
parent
0bef3c6e40
commit
69ef3cd675
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "magnet-url"
|
name = "magnet-url"
|
||||||
version = "1.1.0"
|
version = "1.1.1"
|
||||||
authors = ["William Batista <bootlegbilly@protonmail.ch>"]
|
authors = ["William Batista <bootlegbilly@protonmail.ch>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A simple, hackable magnet url parser in Rust"
|
description = "A simple, hackable magnet url parser in Rust"
|
||||||
|
@ -30,4 +30,4 @@ codegen-units = 1
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
lto = "fat"
|
lto = "fat"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue