Skip to content

Commit 86ccd73

Browse files
committed
0.5.3: fixup ci
1 parent e46258c commit 86ccd73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
schedule:
4-
- cron: '30 5 0 * *'
4+
- cron: '30 5 * * *'
55

66
push:
77
paths:

skiplists.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.5.2"
1+
version = "0.5.3"
22
author = "disruptek"
33
description = "skiplists"
44
license = "MIT"

0 commit comments

Comments
 (0)