Merge pull request #1066 from aarroyoc/rust-2021

Rust 2021
This commit is contained in:
Mark Thom
2021-11-03 13:27:18 -02:30
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
name = "scryer-prolog" name = "scryer-prolog"
version = "0.8.128" version = "0.8.128"
authors = ["Mark Thom <markjordanthom@gmail.com>"] authors = ["Mark Thom <markjordanthom@gmail.com>"]
edition = "2018" edition = "2021"
description = "A modern Prolog implementation written mostly in Rust." description = "A modern Prolog implementation written mostly in Rust."
readme = "README.md" readme = "README.md"
repository = "https://github.com/mthom/scryer-prolog" repository = "https://github.com/mthom/scryer-prolog"

View File

@@ -2,7 +2,7 @@
name = "num-rug-adapter" name = "num-rug-adapter"
version = "0.1.5" version = "0.1.5"
authors = ["Marco A L Barbosa <malbarbo@gmail.com>"] authors = ["Marco A L Barbosa <malbarbo@gmail.com>"]
edition = "2018" edition = "2021"
description = "An adapter to use num crate where rug is needed." description = "An adapter to use num crate where rug is needed."
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/malbarbo/num-rug-adapter" repository = "https://github.com/malbarbo/num-rug-adapter"

View File

@@ -2,7 +2,7 @@
name = "prolog_parser" name = "prolog_parser"
version = "0.8.68" version = "0.8.68"
authors = ["Mark Thom <markjordanthom@gmail.com>"] authors = ["Mark Thom <markjordanthom@gmail.com>"]
edition = "2018" edition = "2021"
repository = "https://github.com/mthom/scryer-prolog" 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." description = " An operator precedence parser for the Rebis development version of Scryer Prolog, an up and coming ISO Prolog implementation."
license = "BSD-3-Clause" license = "BSD-3-Clause"