Skip to content

Commit

Permalink
Update compat StridedViews (#23)
Browse files Browse the repository at this point in the history
* Update compat StridedViews

* Disable Aqua piracy checks
  • Loading branch information
lkdvos committed Sep 12, 2023
1 parent aacc380 commit 5d64f31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name = "Strided"
uuid = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
authors = ["Lukas Devos <lukas.devos@ugent.be>", "Maarten Van Damme <maartenvd1994@gmail.com>", "Jutho Haegeman <jutho.haegeman@ugent.be>"]
version = "2.0.3"
version = "2.0.4"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"

[compat]
StridedViews = "0.1"
StridedViews = "0.1,0.2"
TupleTools = "1.1"
julia = "1.6"
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ include("blasmultests.jl")
Strided.disable_threaded_mul()

using Aqua
Aqua.test_all(Strided)
Aqua.test_all(Strided; piracy=false)

0 comments on commit 5d64f31

Please sign in to comment.