We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83eb15c commit bc35496Copy full SHA for bc35496
CHANGELOG.md
@@ -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
7
#v0.2.0
8
9
- breaking changes!
mops.toml
@@ -1,18 +1,18 @@
[dependencies]
-core = "2.0.0"
+core = "2.1.0"
star = "0.1.1"
-class-plus = "0.2.0"
+class-plus = "0.2.1"
[dev-dependencies]
-test = "2.0.0"
-fuzz = "0.2.1"
+test = "2.1.2"
+fuzz = "1.0.0"
10
[package]
11
name = "timer-tool"
12
-version = "0.2.0"
+version = "0.2.1"
13
description = "manage and recover timers in motoko"
14
repository = "https://github.com/icdevsorg/timerTool"
15
keywords = [ "timers" ]
16
17
[toolchain]
18
-moc = "1.1.0"
+moc = "1.3.0"
0 commit comments