Skip to content

Commit

Permalink
Merge pull request #186 from singularitti:2.1
Browse files Browse the repository at this point in the history
Restrict spglib_jll.jl to up to 2.1.0
  • Loading branch information
singularitti committed Jan 24, 2024
2 parents 357e58f + 6a5a1f9 commit 3dc5c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CrystallographyCore = "0.1, 0.2, 0.3"
StaticArrays = "0.8.3, 0.9, 0.10, 0.11, 0.12, 1.0"
StructEquality = "1, 2"
julia = "1.3"
spglib_jll = "2"
spglib_jll = "2 - 2.1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
2 changes: 1 addition & 1 deletion test/misc.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@test get_version() == v"2.2.0"
@test get_version() == v"2.1.0"

@testset "Constructors" begin
lattice = [
Expand Down

0 comments on commit 3dc5c09

Please sign in to comment.