Skip to content

Commit

Permalink
(conan-io#16467) fast_float: add version 3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored and 0xFireWolf committed Apr 2, 2023
1 parent 7d01cbb commit d3760eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes/fast_float/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"3.10.1":
url: "https://github.com/fastfloat/fast_float/archive/v3.10.1.tar.gz"
sha256: "d162c21c1dc538dbc6b3bb6d1317a7808f2eccef78638445630533f5bed902ee"
"3.10.0":
url: "https://github.com/fastfloat/fast_float/archive/v3.10.0.tar.gz"
sha256: "9167ad938f29464ca2312fe32565646a61328249e16f84b2a23969c627cc93f5"
Expand Down
1 change: 1 addition & 0 deletions recipes/fast_float/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class FastFloatConan(ConanFile):
topics = ("fast_float", "conversion", "from_chars", "header-only")
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/fastfloat/fast_float"
package_type = "header-library"
settings = "os", "arch", "compiler", "build_type"
no_copy_source = True

Expand Down
2 changes: 2 additions & 0 deletions recipes/fast_float/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"3.10.1":
folder: all
"3.10.0":
folder: all
"3.9.0":
Expand Down

0 comments on commit d3760eb

Please sign in to comment.