Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

Commit 48409db

Browse files
committed
This release remove a noisy debug print statement
1 parent 2002bb1 commit 48409db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

starlark-repl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "starlark-repl"
33
edition = "2018"
4-
version = "0.3.1-pre"
4+
version = "0.3.1"
55
authors = [
66
"Damien Martin-Guillerez <dmarting@google.com>",
77
"Stepan Koltsov <stepan.koltsov@gmail.com>",
@@ -24,7 +24,7 @@ maintenance = { status = "passively-maintained" }
2424
codemap = "0.1.1"
2525
codemap-diagnostic = "0.1.1"
2626
linefeed = "0.5.3"
27-
starlark = { path = "../starlark" }
27+
starlark = "0.3.1"
2828
structopt = "0.3.0"
2929

3030
[dev-dependencies]

starlark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "starlark"
33
edition = "2018"
4-
version = "0.3.1-pre"
4+
version = "0.3.1"
55
authors = [
66
"Damien Martin-Guillerez <dmarting@google.com>",
77
"Stepan Koltsov <stepan.koltsov@gmail.com>",

0 commit comments

Comments
 (0)