Skip to content

Commit b4934c2

Browse files
committed
chore: prepare rayon-compat for publish
1 parent a32d90a commit b4934c2

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This project is currently in early [pre-release], and there may be arbitrary bre
1515

1616
### Added
1717

18-
- `rayon-compat` crate, for running rayon on top of forte.
18+
- `forte-rayon-compat` crate, for running rayon on top of forte.
1919
- `Worker::migrated()` which is `true` when the current job has moved between threads.
2020

2121
### Changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rayon-compat/Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[package]
2-
name = "rayon-compat"
3-
version = "1.12.1"
2+
name = "forte-rayon-compat"
3+
version = "1.12.0"
44
edition = "2024"
5+
license = "MIT OR Apache-2.0"
6+
description = "A shim that allows replacing rayon-core with forte"
7+
repository = "https://github.com/NthTensor/Forte"
58

69
[dependencies]
7-
forte = { path = ".." }
10+
forte = { version = "1.0.0", path = ".." }
811

912
[features]
1013
web_spin_lock = []

0 commit comments

Comments
 (0)