mirror of https://github.com/tracel-ai/burn.git
![]() * Bump rand from 0.8.5 to 0.9.0 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update usage * Update cubecl rev * Fix test-vulkan in burn-vision * Fix wasm build * Fix typos * Update cubecl rev for getrandom fix * Fix rand tests dep * Bump MRV to 1.84 * Update cubecl rev --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guillaume Lagrange <lagrange.guillaume.1@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
Burn Common
The burn-common
package hosts code that must be shared between burn packages (with std
or
no_std
enabled). No other code should be placed in this package unless unavoidable.
The package must build with cargo build --no-default-features
as well.