Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed May 13, 2024
2 parents 0ff407a + 0b149e9 commit b7b1ffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

class CharconvConan(ConanFile):
name = "boost_decimal"
version = "1.0.0"
version = "1.1.0"
description = "Boost provides free peer-reviewed portable C++ source libraries"
url = "https://github.com/cppalliance/decimal"
homepage = "https://github.com/cppalliance/decimal"
Expand Down
4 changes: 2 additions & 2 deletions ports/decimal/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cppalliance/decimal
REF v1.0.0
SHA512 73043ea9514b747e519a5365ae57d9c1516d5f55784779d056d7db7266fd68328cd394e144db28125563c898b1d3acb6a4b47588ff319edefc84d35567a40b52
REF v1.1.0
SHA512 9ee10a32958a58e96ec4d1fc5f39e3c86352d36365547716e7903340435878b86b56f74e8abcaedfc227154c409d8ccfdb0563a2d98b605aa1799c071ba15cca
HEAD_REF master
)

Expand Down

0 comments on commit b7b1ffa

Please sign in to comment.