Removed a [patch] from crates.io
This commit is contained in:
parent
c18516b9c8
commit
f6ae164dda
2 changed files with 2 additions and 7 deletions
|
@ -28,11 +28,8 @@ serde_json = "1.0"
|
|||
async-trait = "0.1"
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
sanitize-filename = "0.3"
|
||||
ical = { version = "0.6", features = ["serde-derive"] }
|
||||
ical = { version = "0.6", features = ["serde-derive"], git = "https://github.com/Peltoche/ical-rs.git", rev = "c49506998dfacd8d809d106a7beb0c56c9e528e8" }
|
||||
ics = "0.5"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
csscolorparser = { version = "0.5", features = ["serde"] }
|
||||
once_cell = "1.8"
|
||||
|
||||
[patch.crates-io]
|
||||
ical = { git = "https://github.com/daladim/ical-rs.git", branch = "ical_serde" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue