Skip to content

Commit dec8b60

Browse files
committed
Bump version to 0.2.0
A few functions now take std::path::Path instead of std::old_path::Path. We haven't really been paying attention to semver since this crate isn't published on crates.io, but we may as well bump it now.
1 parent 83361ba commit dec8b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lua"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = [ "[email protected]" ]
55
description = "Lua 5.1 bindings for Rust"
66
license = "MIT"

0 commit comments

Comments
 (0)