From 577b66cf83609380b3668be4346424ea64431a0a Mon Sep 17 00:00:00 2001 From: Kasper Ziemianek Date: Tue, 7 Feb 2023 11:41:12 +0100 Subject: [PATCH] Missing quote --- contracts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts.md b/contracts.md index fe79c2f..1059cc7 100644 --- a/contracts.md +++ b/contracts.md @@ -3,7 +3,7 @@ ## `Cargo.toml` - All `ink_XYZ` dependencies have been merged into `ink`. You can use: - - `ink = { git = https://github.com/paritytech/ink", rev = "03474e59c4c8245df525ee2a9fabcba55e21ed8f", default-features = false }` + - `ink = { git = "https://github.com/paritytech/ink", rev = "03474e59c4c8245df525ee2a9fabcba55e21ed8f", default-features = false }` - Or use a commit compatible with the OpenBrush release `ink = { git = "https://github.com/paritytech/ink", rev = "4655a8b4413cb50cbc38d1b7c173ad426ab06cde", default-features = false }` - Under `[features.std]` remove all `"ink_XYZ/std`" entries and replace with single `"ink/std"`. - Bump version of `scale-info` to `2.3`