3 Commits

Author SHA1 Message Date
Khalil Estell
5dcf605412 [conan] Fix imports and license path
- Bump version to 1.81.0
- Import fix is simply a cleanup step that has no impact on the
  conanfile as the import was not used
- License path was incorrect meaning that the package was previously not
  included the local conan package cache.
2022-12-01 12:44:42 -08:00
Khalil Estell
538340ddf9 Set conan veresion to 1.81.0-prerelease
This version is the prerelease version of the offical 1.81.0 boost
versino. In semver, version with tags have lower precedence over
unlabled versions. To use this version in a conanfile the version range
will have to look like this:

    boost-leaf/[>1.80.0, include_prerelease=True]

or to simply get the latest

    boost-leaf/[x, include_prerelease=True]
2022-09-08 06:35:17 -07:00
Khalil Estell
fc170d20ed Add local conanfile.py
- Bump version to 0.4.0
2022-08-31 14:00:25 -07:00