forgekernel-rs 0.9.1__tar.gz → 0.9.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
16
16
 
17
17
  [[package]]
18
18
  name = "forge-core"
19
- version = "0.9.1"
19
+ version = "0.9.2"
20
20
  dependencies = [
21
21
  "num-bigint",
22
22
  "num-integer",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "forge-core"
3
- version = "0.9.1"
3
+ version = "0.9.2"
4
4
  edition = "2021"
5
5
  license = "Apache-2.0"
6
6
  description = "Native (Rust) build of performance-critical routines for the forgekernel CAD kernel"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: forgekernel_rs
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Classifier: Development Status :: 3 - Alpha
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: License :: OSI Approved :: Apache Software License
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "forgekernel_rs"
7
- version = "0.9.1"
7
+ version = "0.9.2"
8
8
  description = "Native (Rust) build of performance-critical routines for the forgekernel CAD kernel"
9
9
  readme = "README.md"
10
10
  license = {text = "Apache-2.0"}
File without changes