mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-20 07:19:25 +00:00
Update ical-rs version to fix bug with unicode characters in params
addresses #157
This commit is contained in:
@@ -36,7 +36,7 @@ pub async fn route_import<AS: AddressbookStore, S: SubscriptionStore>(
|
||||
card_mut.set_property(Property {
|
||||
name: "UID".to_owned(),
|
||||
value: Some(uuid::Uuid::new_v4().to_string()),
|
||||
params: None,
|
||||
params: vec![],
|
||||
});
|
||||
card = card_mut.verify().unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user