Skip to content

Commit

Permalink
forgot that Gtk4 v0.7 requires julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwahlstrand committed Sep 23, 2024
1 parent 76ab95f commit e413c6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
julia-version:
- "1.6"
- "1"
os:
- ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "GtkMarkdownTextView"
uuid = "26d59822-f2b6-4a0d-bae1-4d8fc12fd86b"
version = "0.2.1"
version = "0.3.0"

[deps]
Gtk4 = "9db2cae5-386f-4011-9d63-a5602296539b"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"

[compat]
Gtk4 = "0.7"
julia = "1.6"
Markdown = "1.6"
julia = "1.10"
Markdown = "1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit e413c6f

Please sign in to comment.