From 32cae2d119fb4dc8e2d51a9b08c02bacafe97abd Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu+github@posteo.de> Date: Wed, 16 Jun 2021 10:44:18 +0200 Subject: [PATCH] Switch to upstream ical-rs My PR was merged :) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bfb8e9a..a8d88a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "ical" version = "0.6.0" -source = "git+https://github.com/FliegendeWurst/ical-rs?branch=master#d31e84b6c590c43e694d1bdecabc4cec9ae32084" +source = "git+https://github.com/Peltoche/ical-rs?rev=040d3fc453e4b0fb0149a2190626a4ed80a3de73#040d3fc453e4b0fb0149a2190626a4ed80a3de73" dependencies = [ "thiserror", ] diff --git a/Cargo.toml b/Cargo.toml index 4058e80..be7910c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = "1.0.106" once_cell = "1.3.1" thiserror = "1.0.15" serde_json = "1.0.51" -ical = { git = "https://github.com/FliegendeWurst/ical-rs", branch = "master" } +ical = { git = "https://github.com/Peltoche/ical-rs", rev = "040d3fc453e4b0fb0149a2190626a4ed80a3de73" } mime = "0.3.16" regex = "1.3.9" log = "0.4.14"