Fix image property accessor to copy C string

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-01-02 19:57:39 -08:00
parent 19377db422
commit 7bc3f274d2
3 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.3.0"
version = "0.3.1"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
description = "Selection of Rust bindings for the ImageMagick library."
homepage = "https://github.com/nlfiedler/magick-rust"