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 ee64526 commit feb9438Copy full SHA for feb9438
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dfdx"
3
-version = "0.11.0"
+version = "0.11.1"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
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.0"
+dfdx = "0.11.1"
24
```
25
26
See the documentation at [docs.rs/dfdx](https://docs.rs/dfdx).
0 commit comments