Skip to content

Commit

Permalink
(cargo-release) version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidev committed Sep 26, 2022
1 parent 327d48b commit aa1cd44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ std-io = ["mica-std/io"]

[dependencies]
mica-hl = { version = "0.5.0", path = "mica-hl" }
mica-std = { version = "0.4.0", path = "mica-std" }
mica-std = { version = "0.5.0", path = "mica-std" }

[[test]]
harness = false
Expand Down
2 changes: 1 addition & 1 deletion mica-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mica-std"
description = "The standard library of Mica, a simple, user-friendly, embeddable scripting language"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/liquidev/mica"
Expand Down

0 comments on commit aa1cd44

Please sign in to comment.