Skip to content

Commit bc35496

Browse files
committed
Update core and moc
1 parent 83eb15c commit bc35496

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
#v0.2.1
3+
4+
- updated to core 2.1.0
5+
- updated to moc 1.3.0
6+
17
#v0.2.0
28

39
- breaking changes!

mops.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[dependencies]
2-
core = "2.0.0"
2+
core = "2.1.0"
33
star = "0.1.1"
4-
class-plus = "0.2.0"
4+
class-plus = "0.2.1"
55

66
[dev-dependencies]
7-
test = "2.0.0"
8-
fuzz = "0.2.1"
7+
test = "2.1.2"
8+
fuzz = "1.0.0"
99

1010
[package]
1111
name = "timer-tool"
12-
version = "0.2.0"
12+
version = "0.2.1"
1313
description = "manage and recover timers in motoko"
1414
repository = "https://github.com/icdevsorg/timerTool"
1515
keywords = [ "timers" ]
1616

1717
[toolchain]
18-
moc = "1.1.0"
18+
moc = "1.3.0"

0 commit comments

Comments
 (0)