Skip to content

Commit

Permalink
chore: update moc to 0.13.2 (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Oct 17, 2024
2 parents 38ec6d3 + c48cd89 commit 555f624
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# Remember to update me in package-set.yml as well
env:
vessel_version: "v0.7.0"
moc_version: "0.13.1"
moc_version: "0.13.2"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
vessel_version: "v0.7.0"
moc_version: "0.13.1"
moc_version: "0.13.2"

jobs:
verify:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.13.2

(nothing)

## 0.13.1

(nothing)
Expand Down
4 changes: 2 additions & 2 deletions mops.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "base"
version = "0.13.1"
version = "0.13.2"
description = "The Motoko base library"
repository = "https://github.com/dfinity/motoko-base"
keywords = [ "base" ]
Expand All @@ -10,5 +10,5 @@ license = "Apache-2.0"
matchers = "https://github.com/kritzcreek/motoko-matchers#v1.3.0@3dac8a071b69e4e651b25a7d9683fe831eb7cffd"

[toolchain]
moc = "0.13.1"
moc = "0.13.2"
wasmtime = "17.0.0"

0 comments on commit 555f624

Please sign in to comment.