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 1212 steps :
1313 - uses : julia-actions/setup-julia@v2
1414 with :
15- version : ' 1.6 '
15+ version : ' 1.10 '
1616 show-versioninfo : true
1717 - uses : actions/checkout@v4
1818 - uses : julia-actions/julia-buildpkg@latest
Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 version :
18- - ' 1.0'
19- - ' 1.6'
18+ - ' min'
2019 - ' 1'
20+ - ' pre'
2121 - ' nightly'
2222 os :
2323 - ubuntu-latest
Original file line number Diff line number Diff line change 11name = " MethodAnalysis"
22uuid = " 85b6ec6f-f7df-4429-9514-a64bcd9ee824"
33authors = [
" Tim Holy <[email protected] >" ]
4- version = " 0.4.13 "
4+ version = " 1.0.0 "
55
66[deps ]
77AbstractTrees = " 1520ce14-60c1-5f80-bbc7-55ef81b5835c"
88
99[compat ]
1010AbstractTrees = " 0.3, 0.4.2"
11- julia = " 1"
11+ julia = " 1.10 "
1212
1313[extras ]
1414ImageCore = " a09fc81d-aa75-5fe9-8630-4744c3626534"
Original file line number Diff line number Diff line change 11# MethodAnalysis
22
33[ ![ 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 )
55[ ![ Codecov] ( https://codecov.io/gh/timholy/MethodAnalysis.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/timholy/MethodAnalysis.jl )
66
77This 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