Skip to content

Commit

Permalink
Add <0.0.1 compat for all stdlibs outside of julia repo (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharanry authored Nov 10, 2023
1 parent 6094040 commit 6c7b10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ UnsafeAtomics = "0.2.1"
UnsafeAtomicsLLVM = "0.1"
InteractiveUtils = "1.6"
LinearAlgebra = "1.6"
SparseArrays = "1.6"
UUIDs = "1.6"
SparseArrays = "<0.0.1, 1.6"
UUIDs = "<0.0.1, 1.6"
julia = "1.6"

[extensions]
Expand Down

0 comments on commit 6c7b10b

Please sign in to comment.