Skip to content

Commit

Permalink
Remove globla type annotation for 1.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel authored Oct 21, 2023
2 parents 28567f9 + 41042e2 commit 6a60cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
version:
- '1.7'
- '1.9'
- 'nightly'
os:
- macOS-latest
- windows-latest
Expand Down Expand Up @@ -47,3 +46,4 @@ jobs:
run: julia --color=yes -e "import Pkg; Pkg.add(url=\"https://github.com/clemapfel/mousetrap_jll\"); Pkg.add(url=\"https://github.com/clemapfel/mousetrap.jl\")"
- name: Build Docs
run: julia docs/make.jl

2 changes: 1 addition & 1 deletion src/Mousetrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module Mousetrap
const LogDomain = String;
export LogDomain

const MOUSETRAP_DOMAIN::LogDomain = detail.MOUSETRAP_DOMAIN * ".jl"
const MOUSETRAP_DOMAIN = detail.MOUSETRAP_DOMAIN * ".jl"
# no export

"""
Expand Down

0 comments on commit 6a60cd8

Please sign in to comment.