Release 1.0.7

This commit is contained in:
David Tolnay 2022-08-02 10:40:46 -07:00
parent 8438f7632f
commit 15c027d0e5
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,6 +1,6 @@
[package] [package]
name = "link-cplusplus" name = "link-cplusplus"
version = "1.0.6" version = "1.0.7"
authors = ["David Tolnay <dtolnay@gmail.com>"] authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["external-ffi-bindings", "development-tools::ffi", "compilers", "no-std"] categories = ["external-ffi-bindings", "development-tools::ffi", "compilers", "no-std"]
description = "Link libstdc++ or libc++ automatically or manually" description = "Link libstdc++ or libc++ automatically or manually"