File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : julia-actions/setup-julia@v2
14
14
with :
15
- version : ' 1.6 '
15
+ version : ' 1.10 '
16
16
show-versioninfo : true
17
17
- uses : actions/checkout@v4
18
18
- uses : julia-actions/julia-buildpkg@latest
Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
version :
18
- - ' 1.0'
19
- - ' 1.6'
18
+ - ' min'
20
19
- ' 1'
20
+ - ' pre'
21
21
- ' nightly'
22
22
os :
23
23
- ubuntu-latest
Original file line number Diff line number Diff line change 1
1
name = " MethodAnalysis"
2
2
uuid = " 85b6ec6f-f7df-4429-9514-a64bcd9ee824"
3
3
authors = [" Tim Holy <tim.holy@gmail.com>" ]
4
- version = " 0.4.13 "
4
+ version = " 1.0.0 "
5
5
6
6
[deps ]
7
7
AbstractTrees = " 1520ce14-60c1-5f80-bbc7-55ef81b5835c"
8
8
9
9
[compat ]
10
10
AbstractTrees = " 0.3, 0.4.2"
11
- julia = " 1"
11
+ julia = " 1.10 "
12
12
13
13
[extras ]
14
14
ImageCore = " a09fc81d-aa75-5fe9-8630-4744c3626534"
Original file line number Diff line number Diff line change 1
1
# MethodAnalysis
2
2
3
3
[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://timholy.github.io/MethodAnalysis.jl/stable )
4
- [ ![ Build Status ] ( https://travis-ci .com/timholy/MethodAnalysis.jl. svg?branch=master )] ( https://travis-ci .com/timholy/MethodAnalysis.jl )
4
+ [ ![ CI ] ( https://github .com/timholy/MethodAnalysis.jl/actions/workflows/ci.yml/badge. svg )] ( https://github .com/timholy/MethodAnalysis.jl/actions/workflows/ci.yml )
5
5
[ ![ Codecov] ( https://codecov.io/gh/timholy/MethodAnalysis.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/timholy/MethodAnalysis.jl )
6
6
7
7
This package is useful for inspecting Julia's internals, particularly its MethodInstances and their backedges. See the documentation for details.
You can’t perform that action at this time.
0 commit comments