diff --git a/api/Cargo.toml b/api/Cargo.toml index ced8c32..d8b2cb0 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api" -version = "0.2.3" +version = "0.2.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -20,4 +20,4 @@ path = "../atletiek-nu-api" [dependencies.rpr] git = "https://github.com/zeskeertwee/rpr" -hash = "5a911599a52518f9065c158d808905b288b0b861" \ No newline at end of file +hash = "5a911599a52518f9065c158d808905b288b0b861" diff --git a/atletiek-nu-api/Cargo.toml b/atletiek-nu-api/Cargo.toml index 428a9c2..e0e3f50 100644 --- a/atletiek-nu-api/Cargo.toml +++ b/atletiek-nu-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atletiek_nu_api" -version = "0.2.1" +version = "0.2.4" description = "A scraping library for the atletiek.nu website" readme = "../README.md" edition = "2021"