Bump version number

This commit is contained in:
Eric S. Londres 2021-12-14 21:00:18 -05:00
parent 470ee531e0
commit 7766335ecc
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
2 changed files with 6 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "pkg-config"
version = "0.3.19"
@ -8,7 +10,7 @@ checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
[[package]]
name = "rust-guile"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"pkg-config",
]

View File

@ -1,7 +1,7 @@
[package]
name = "rust-guile"
version = "0.1.5"
authors = ["Eric S. Londres <elondres@stevens.edu>"]
version = "0.1.6"
authors = ["Eric S. Londres <ericlondres@outlook.com>"]
edition = "2018"
build = "build.rs"
description = "a library which provides a Scheme runtime in your Rust program"
@ -13,4 +13,4 @@ readme = "Readme.md"
[dependencies]
[build-dependencies]
pkg-config = "0.3"
pkg-config = "0.3"