diff --git a/Cargo.toml b/Cargo.toml index 42558d68..0e4b144e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "scryer-prolog" version = "0.8.128" authors = ["Mark Thom "] -edition = "2018" +edition = "2021" description = "A modern Prolog implementation written mostly in Rust." readme = "README.md" repository = "https://github.com/mthom/scryer-prolog" diff --git a/crates/num-rug-adapter/Cargo.toml b/crates/num-rug-adapter/Cargo.toml index 8693ac47..4f1ae285 100644 --- a/crates/num-rug-adapter/Cargo.toml +++ b/crates/num-rug-adapter/Cargo.toml @@ -2,7 +2,7 @@ name = "num-rug-adapter" version = "0.1.5" authors = ["Marco A L Barbosa "] -edition = "2018" +edition = "2021" description = "An adapter to use num crate where rug is needed." license = "MIT/Apache-2.0" repository = "https://github.com/malbarbo/num-rug-adapter" diff --git a/crates/prolog_parser/Cargo.toml b/crates/prolog_parser/Cargo.toml index 5a35361e..dc19afbd 100644 --- a/crates/prolog_parser/Cargo.toml +++ b/crates/prolog_parser/Cargo.toml @@ -2,7 +2,7 @@ name = "prolog_parser" version = "0.8.68" authors = ["Mark Thom "] -edition = "2018" +edition = "2021" repository = "https://github.com/mthom/scryer-prolog" description = " An operator precedence parser for the Rebis development version of Scryer Prolog, an up and coming ISO Prolog implementation." license = "BSD-3-Clause"