Skip to content

Commit 0992162

Browse files
authored
Allow Makie v0.21 in Project.toml (#204)
* Allow Makie v0.21 in Project.toml * Update Project.toml
1 parent cd066fe commit 0992162

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LibGEOS"
22
uuid = "a90b1aa1-3769-5649-ba7e-abc5a9d163eb"
33
license = "MIT"
4-
version = "0.9.0"
4+
version = "0.9.1"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -25,7 +25,7 @@ GEOS_jll = "3.12"
2525
GeoInterface = "1"
2626
GeoInterfaceMakie = "0.1"
2727
GeoInterfaceRecipes = "1"
28-
Makie = "0.20"
28+
Makie = "0.20, 0.21"
2929
Plots = "1"
3030
RecipesBase = "1"
3131
Test = "<0.0.1,1"

0 commit comments

Comments
 (0)