Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 285ba76

Browse files
committed
0.4.2 with dependency update
1 parent 4e6b271 commit 285ba76

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "sre-engine"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
authors = ["Kangzhi Shi <shikangzhi@gmail.com>", "RustPython Team"]
55
description = "A low-level implementation of Python's SRE regex engine"
66
repository = "https://github.com/RustPython/sre-engine"
77
license = "MIT"
8-
edition = "2018"
8+
edition = "2021"
99
keywords = ["regex"]
1010
include = ["LICENSE", "src/**/*.rs"]
1111

1212
[dependencies]
13-
num_enum = "0.5"
14-
bitflags = "1.2"
13+
num_enum = "0.5.9"
14+
bitflags = "2"
1515
optional = "0.5"

0 commit comments

Comments
 (0)