Skip to content

Commit db7ee90

Browse files
committed
1.0.0
1 parent a91cc94 commit db7ee90

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tcb_span/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>tcb_span</name>
5-
<version>0.2.4</version>
5+
<version>1.0.0</version>
66
<description>Implementation of C++20's std::span</description>
77
<maintainer email="[email protected]">Tyler Weaver</maintainer>
88

tl_expected/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cmake_minimum_required(VERSION 3.22)
22
project(tl_expected
33
HOMEPAGE_URL https://tl.tartanllama.xyz
44
DESCRIPTION "C++11/14/17 std::expected with functional-style extensions"
5-
VERSION 1.0.0
65
LANGUAGES CXX
76
)
87

0 commit comments

Comments
 (0)