Skip to content

Commit 3475742

Browse files
authored
Bump version to 0.3.0 and update dependencies
1 parent 28ccbee commit 3475742

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
name = "BLIS"
22
uuid = "32f2db32-628a-4fc2-9392-deeafdcf461f"
33
authors = ["RuQing Xu <[email protected]>"]
4-
version = "0.2.1"
4+
version = "0.3.0"
55

66
[deps]
77
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
88
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
99
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10+
libblastrampoline_jll = "8e850b90-86db-534c-a0d3-1478176c7d93"
1011
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1112
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1213
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1314
blis_jll = "6136c539-28a5-5bf0-87cc-b183200dce32"
1415

1516
[compat]
16-
julia = "1.7"
17-
blis_jll = "0.9.0"
17+
julia = "1.8"
18+
blis_jll = "2.0.0"

0 commit comments

Comments
 (0)