We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c161811 commit b0fbaadCopy full SHA for b0fbaad
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dfdx"
3
-version = "0.11.2"
+version = "0.12.0"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
rust-version = "1.65"
README.md
@@ -20,7 +20,7 @@ Features at a glance:
20
`dfdx` is on [crates.io](https://crates.io/crates/dfdx)! Use by adding this to your `Cargo.toml`:
21
22
```toml
23
-dfdx = "0.11.2"
+dfdx = "0.12.0"
24
```
25
26
See the documentation at [docs.rs/dfdx](https://docs.rs/dfdx).
0 commit comments