We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda29b8 commit 8d6aeadCopy full SHA for 8d6aead
.github/workflows/CI.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.0'
+ - '1.3'
14
- '1.6'
15
os:
16
- macOS-latest
Project.toml
@@ -1,16 +1,16 @@
1
name = "ClipData"
2
uuid = "39db22c5-8506-4ef9-b8dc-9d8ef5f2b71d"
3
authors = ["Peter Deffebach <[email protected]> and contributors"]
4
-version = "0.1.0"
+version = "0.2.0"
5
6
[deps]
7
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
8
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
9
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
-Tables = "1.4"
-CSV = "0.8"
+Tables = "1"
+CSV = "0.9"
julia = "1"
[extras]
0 commit comments