sampleproject-rs 0.2.2__tar.gz → 0.2.3__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.
@@ -88,9 +88,8 @@ jobs:
88
88
  strategy:
89
89
  matrix:
90
90
  platform:
91
- # billed runner
92
- # - runner: macos-14-large
93
- # target: x86_64
91
+ - runner: macos-15-intel
92
+ target: x86_64
94
93
  - runner: macos-15
95
94
  target: aarch64
96
95
  steps:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sampleproject-rs
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Classifier: Development Status :: 3 - Alpha
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: Topic :: Software Development :: Build Tools
@@ -23,7 +23,7 @@ name = "sampleproject-rs" # REQUIRED, is the only field that cannot be marked as
23
23
  #
24
24
  # For a discussion on single-sourcing the version, see
25
25
  # https://packaging.python.org/guides/single-sourcing-package-version/
26
- version = "0.2.2" # REQUIRED, although can be dynamic
26
+ version = "0.2.3" # REQUIRED, although can be dynamic
27
27
 
28
28
  # This is a one-line description or tagline of what your project does. This
29
29
  # corresponds to the "Summary" metadata field: