Skip to content

Commit 0f1601d

Browse files
committed
fix: Add required version field to test mcpp.toml
mcpp 0.0.81 (CI version) requires package.version field. Successfully tested with mcpp 0.0.81: - Build: ✓ Downloaded compat.tomlplusplus v3.4.0 from GitHub - Compile: ✓ C++23 module + test binary (5.78s) - Run: ✓ Output 'toml++ test: OK'
1 parent e794486 commit 0f1601d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/examples/tomlplusplus/mcpp.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "test-tomlplusplus"
3+
version = "0.1.0"
34

45
[targets.test-tomlplusplus]
56
kind = "bin"

0 commit comments

Comments
 (0)