Skip to content

Commit

Permalink
Hardcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Apr 19, 2024
1 parent 7c0e866 commit a8e0973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/ext/wit-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wit-parser = { version = "0.205.0", features = ['decoding', 'serde'] }
anyhow = "1.0.82"
log = "0.4.21"
bitflags = "2.5.0"
indexmap = "*"
indexmap = "2.2.6"
wast = { version = "205.0.0", optional = true }
wat = { version = "1.205.0", optional = true }
serde = "1.0.198"
Expand Down

0 comments on commit a8e0973

Please sign in to comment.