Skip to content

Commit

Permalink
change min/max to lower/upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jun 18, 2024
1 parent a16d5dc commit b45f553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/recipes/emscripten_emscripten-wasm32/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ context:
version: 3.1.45

build:
number: 28
number: 29

outputs:
- package:
Expand All @@ -27,7 +27,7 @@ outputs:
- python
- nodejs 16.*
run_exports:
- ${{ pin_subpackage('emscripten-abi', min_pin='x.x.x', max_pin='x.x.x') }}
- ${{ pin_subpackage('emscripten-abi', lower_bound='x.x.x', upper_bound='x.x.x') }}

- package:
name: emscripten-abi
Expand Down

0 comments on commit b45f553

Please sign in to comment.