diff --git a/Cargo.lock b/Cargo.lock index 6db66bf..6e6b1ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,7 +1036,7 @@ dependencies = [ [[package]] name = "soundcloud" -version = "0.1.2" +version = "0.1.3" dependencies = [ "hyper-util", "regex", diff --git a/Cargo.toml b/Cargo.toml index 0f1c10d..51c127d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soundcloud" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "A small rust crate for fetching data from soundcloud without developer account" authors = ["alterwain"] diff --git a/src/sobjects.rs b/src/sobjects.rs index 4a3da5c..dd3a76f 100644 --- a/src/sobjects.rs +++ b/src/sobjects.rs @@ -10,7 +10,7 @@ pub struct CloudPlaylist { pub genre: String, pub id: u64, pub permalink_url: String, - pub created_at: u32, + pub created_at: String, pub title: String, pub track_count: u32, pub tracks: Vec