Skip to content

Commit

Permalink
fix: Compat for tests for julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
drelatgithub committed May 5, 2022
1 parent adbc839 commit 7fec7da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using MutatePlainDataArray
using Test
using Compat

struct TAB
x::Int
Expand Down

2 comments on commit 7fec7da

@drelatgithub
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register branch=main

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/59758

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 7fec7dafc4e56b95e659161d5d23e40a3b5c6d01
git push origin v0.1.0

Please sign in to comment.