Skip to content

Commit

Permalink
fix: version minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasmpw committed Aug 21, 2023
1 parent 3f61170 commit 05ee199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion increment/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use cosmwasm_std::{% raw %}{{% endraw %}{% unless version == "minimal" %}to_bina
{% if version == "minimal" %}// {% endif %}use cw2::set_contract_version;

use crate::error::ContractError;
use crate::msg::{ExecuteMsg, {% unless minimal %}GetCountResponse, {% endunless %}InstantiateMsg, QueryMsg};
use crate::msg::{ExecuteMsg, {% unless version == "minimal" %}GetCountResponse, {% endunless %}InstantiateMsg, QueryMsg};
{% unless version == "minimal" %}use crate::state::{State, STATE};
{% endunless %}
{% if version == "minimal" %}/*
Expand Down

0 comments on commit 05ee199

Please sign in to comment.