Skip to content

Commit

Permalink
Only pin to major version
Browse files Browse the repository at this point in the history
fmt seems to be quite strict about ABI compatibility, see fmtlib/fmt#1471.
  • Loading branch information
saraedum authored Mar 26, 2020
1 parent 781acea commit 21c118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
number: 1
skip: True # [win and vc<14]
run_exports:
- {{ pin_subpackage('fmt', max_pin='x.x') }}
- {{ pin_subpackage('fmt', max_pin='x') }}

requirements:
build:
Expand Down

0 comments on commit 21c118f

Please sign in to comment.