Skip to content

Commit 45fdbc8

Browse files
committed
1 parent 34f2795 commit 45fdbc8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

scopegraphs-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scopegraphs-lib"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = [

scopegraphs-macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scopegraphs-macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = [

scopegraphs-regular-expressions/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scopegraphs-regular-expressions"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = [

scopegraphs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scopegraphs"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
authors = [
@@ -20,4 +20,4 @@ scopegraphs-regular-expressions = {path="../scopegraphs-regular-expressions", ve
2020
[features]
2121
default = ["dot", "dynamic-regex"]
2222
dot = ["scopegraphs-regular-expressions/dot", "scopegraphs-macros/dot"]
23-
dynamic-regex = ["scopegraphs-regular-expressions/dynamic"]
23+
dynamic-regex = ["scopegraphs-regular-expressions/dynamic"]

0 commit comments

Comments
 (0)