Skip to content

Commit d59a05e

Browse files
committed
Limit Upgradability
Prompted by #9, I should limit upgradability of this wrapper. Any upstream change should get checked for its influence on obj_t before getting imported. @e35cf91's additional fields should still be compatible with <=0.8.0 binaries since the leading entries of obj_t hasn't changed and here obj_t is allocated on Julia side
1 parent e35cf91 commit d59a05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
1414

1515
[compat]
1616
julia = "1.4"
17-
blis_jll = "0.8.0"
17+
blis_jll = "< 0.8.2"

0 commit comments

Comments
 (0)