We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91cc94 commit db7ee90Copy full SHA for db7ee90
tcb_span/package.xml
@@ -2,7 +2,7 @@
2
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3
<package format="3">
4
<name>tcb_span</name>
5
- <version>0.2.4</version>
+ <version>1.0.0</version>
6
<description>Implementation of C++20's std::span</description>
7
<maintainer email="[email protected]">Tyler Weaver</maintainer>
8
tl_expected/CMakeLists.txt
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.22)
project(tl_expected
HOMEPAGE_URL https://tl.tartanllama.xyz
DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"
- VERSION 1.0.0
LANGUAGES CXX
)
0 commit comments