summaryrefslogtreecommitdiffstats
path: root/vendor/chalk-engine/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/chalk-engine/Cargo.toml')
-rw-r--r--vendor/chalk-engine/Cargo.toml22
1 files changed, 15 insertions, 7 deletions
diff --git a/vendor/chalk-engine/Cargo.toml b/vendor/chalk-engine/Cargo.toml
index 413af5387..7497cac9e 100644
--- a/vendor/chalk-engine/Cargo.toml
+++ b/vendor/chalk-engine/Cargo.toml
@@ -12,21 +12,29 @@
[package]
edition = "2018"
name = "chalk-engine"
-version = "0.80.0"
-authors = ["Rust Compiler Team", "Chalk developers"]
+version = "0.87.0"
+authors = [
+ "Rust Compiler Team",
+ "Chalk developers",
+]
description = "Core trait engine from Chalk project"
readme = "README.md"
-keywords = ["compiler", "traits", "prolog"]
-license = "Apache-2.0/MIT"
+keywords = [
+ "compiler",
+ "traits",
+ "prolog",
+]
+license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/chalk"
+
[dependencies.chalk-derive]
-version = "=0.80.0"
+version = "=0.87.0"
[dependencies.chalk-ir]
-version = "=0.80.0"
+version = "=0.87.0"
[dependencies.chalk-solve]
-version = "=0.80.0"
+version = "=0.87.0"
[dependencies.rustc-hash]
version = "1.1.0"