burn/crates/burn-common
dependabot[bot] 371b82112e
Bump rand from 0.8.5 to 0.9.0 (#2789)
* 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>
2025-02-12 10:07:55 -05:00
..
src Fix parallel macro + CI (#2678) 2025-01-10 11:21:09 -05:00
Cargo.toml Bump rand from 0.8.5 to 0.9.0 (#2789) 2025-02-12 10:07:55 -05:00
LICENSE-APACHE Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
LICENSE-MIT Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
README.md [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00

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.