Skip to content

Commit 410bff7

Browse files
authored
Merge Import mas and μas from UnitfulAngle (#35) into master
1 parent 223dd83 commit 410bff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ UnitfulAngles = "6fb2a4bd-7999-5318-a3b2-8ad61056cd98"
1010
[compat]
1111
Test = "1"
1212
Unitful = "1.2"
13-
UnitfulAngles = "0.5, 0.6, 0.7"
13+
UnitfulAngles = "0.7"
1414
julia = "1.6.0"
1515

1616
[extras]

src/UnitfulAstro.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ should_we_use_SI_prefixes(arg::Symbol) = false, arg
4343
# CGS units have been moved to default Unitful.jl now
4444
@import_from_unitful dyn erg
4545

46-
import UnitfulAngles: arcminute, arcsecond
46+
import UnitfulAngles: arcminute, arcsecond, mas, μas
4747

4848
# symbol abbrev name equality tf
4949

0 commit comments

Comments
 (0)