diff --git a/Cargo.lock b/Cargo.lock index 0a7799f..6db66bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,7 +1036,7 @@ dependencies = [ [[package]] name = "soundcloud" -version = "0.1.1" +version = "0.1.2" dependencies = [ "hyper-util", "regex", diff --git a/Cargo.toml b/Cargo.toml index 19914e9..0f1c10d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soundcloud" -version = "0.1.1" +version = "0.1.2" 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 dd3a76f..4a3da5c 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: String, + pub created_at: u32, pub title: String, pub track_count: u32, pub tracks: Vec