summaryrefslogtreecommitdiffstats
path: root/vendor/chalk-engine/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:18:25 +0000
commit5363f350887b1e5b5dd21a86f88c8af9d7fea6da (patch)
tree35ca005eb6e0e9a1ba3bb5dbc033209ad445dc17 /vendor/chalk-engine/Cargo.toml
parentAdding debian version 1.66.0+dfsg1-1. (diff)
downloadrustc-5363f350887b1e5b5dd21a86f88c8af9d7fea6da.tar.xz
rustc-5363f350887b1e5b5dd21a86f88c8af9d7fea6da.zip
Merging upstream version 1.67.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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"