File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11[workspace .package ]
22# All but mlx-sys should follow the same version. mlx-sys should follow
33# the version of mlx-c.
4- version = " 0.21.0-rc.2 "
4+ version = " 0.21.0"
55edition = " 2021"
66authors = [
77 " Minghua Wu <michael.wu1107@gmail.com>" ,
@@ -28,10 +28,10 @@ resolver = "2"
2828
2929[workspace .dependencies ]
3030# workspace local dependencies
31- mlx-sys = { version = " 0.1.0-rc.2 " , path = " mlx-sys" }
32- mlx-macros = { version = " 0.21.0-rc.2 " , path = " mlx-macros" }
33- mlx-internal-macros = { version = " 0.21.0-rc.2 " , path = " mlx-internal-macros" }
34- mlx-rs = { version = " 0.21.0-rc.2 " , path = " mlx-rs" }
31+ mlx-sys = { version = " 0.1.0" , path = " mlx-sys" }
32+ mlx-macros = { version = " 0.21.0" , path = " mlx-macros" }
33+ mlx-internal-macros = { version = " 0.21.0" , path = " mlx-internal-macros" }
34+ mlx-rs = { version = " 0.21.0" , path = " mlx-rs" }
3535
3636# external dependencies
3737thiserror = " 1"
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.21.0
4+
5+ - Initial feature-complete release
Original file line number Diff line number Diff line change 11# CHANGELOG
2+
3+ ## 0.1.0
4+
5+ - Update generated bindings to mlx-c 0.1.0
Original file line number Diff line number Diff line change 11[package ]
22name = " mlx-sys"
3- version = " 0.1.0-rc.2 " # mlx-sys version should follow that of mlx-c
3+ version = " 0.1.0" # mlx-sys version should follow that of mlx-c
44authors.workspace = true
55edition.workspace = true
66
You can’t perform that action at this time.
0 commit comments