Skip to content

Commit 45e4985

Browse files
authored
Revert "release: Version 0.23.0 (#221)" (#222)
This reverts commit a23e4ba.
1 parent a23e4ba commit 45e4985

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+680
-2685
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.23.0"
4+
version = "0.21.2"
55
edition = "2021"
66
authors = [
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.2", path = "mlx-sys" }
32-
mlx-macros = { version = "0.23", path = "mlx-macros" }
33-
mlx-internal-macros = { version = "0.23", path = "mlx-internal-macros" }
34-
mlx-rs = { version = "0.23", path = "mlx-rs" }
31+
mlx-sys = { version = "=0.1.0", path = "mlx-sys" }
32+
mlx-macros = { version = "0.21", path = "mlx-macros" }
33+
mlx-internal-macros = { version = "0.21", path = "mlx-internal-macros" }
34+
mlx-rs = { version = "0.21.2", path = "mlx-rs" }
3535

3636
# external dependencies
3737
thiserror = "1"

examples/mistral/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mlx-rs.workspace = true
1212
tokenizers = "=0.21.0" # 0.21.1 uses features that went stable in 1.82 while our MSRV is 1.81
1313
thiserror = "1.0"
1414
anyhow = "1.0"
15-
hf-hub = "=0.4.1" # 0.4.2 uses features that went stable in 1.82 while our MSRV is 1.81
15+
hf-hub = "=0.4.1" # 0.4.1 use features that went stable in 1.82 while our MSRV is 1.81
1616
dotenv = "0.15"
1717
serde = { version = "1", features = ["derive"] }
1818
serde_json = "1"

mlx-internal-macros/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ proc-macro = true
1717
syn.workspace = true
1818
quote.workspace = true
1919
darling.workspace = true
20-
proc-macro2.workspace = true
21-
itertools.workspace = true
20+
proc-macro2.workspace = true

mlx-internal-macros/src/generate_macro.rs

Lines changed: 0 additions & 347 deletions
This file was deleted.

0 commit comments

Comments
 (0)