Skip to content

Commit

Permalink
Retract 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jan 10, 2024
1 parent 512ea29 commit 4a00a59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// see https://github.com/CosmWasm/wasmvm/issues/459
retract v1.4.0
retract (
// see https://github.com/CosmWasm/wasmvm/issues/459
v1.4.0
// originally published without the CWA-2023-004 fix
v1.2.5
)

0 comments on commit 4a00a59

Please sign in to comment.