diff --git a/Cargo.toml b/Cargo.toml index 4d7b6ff..5a260c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dubins_paths" -version = "2.4.0" +version = "2.4.1" authors = ["VirxEC"] edition = "2021" description = "Rust code for calculating Dubin's Paths" @@ -9,7 +9,7 @@ repository = "https://github.com/VirxEC/dubins_paths" license = "MIT" keywords = ["rocket-league", "rlbot", "physics", "simulation", "dubin"] categories = ["science", "simulation", "algorithms"] -rust-version = "1.56.0" +rust-version = "1.62.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html