From 5e146b0bcd350635a3b161e9aeb47d842b46fca1 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Wed, 31 May 2023 15:53:53 +0200 Subject: [PATCH] Add cosmwasm_1_3 to rust analyzer --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 4fc9b25774..3105948a84 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "rust-analyzer.cargo.features": ["abort", "stargate", "staking", "cosmwasm_1_2"] + "rust-analyzer.cargo.features": ["abort", "stargate", "staking", "cosmwasm_1_3"] }