Skip to content

Commit a10db33

Browse files
committed
Rename crate to simstring_rust and update metadata
1 parent 3a57b84 commit a10db33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
tags:
7-
- "**"
7+
- "v*"
88
pull_request:
99
branches: ["main"]
1010

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
2-
name = "simstring_rs"
2+
name = "simstring_rust"
33
version = "0.1.0"
44
description = "A Rust implementation of the SimString algorithm"
55
license = "MIT"
66
repository = "https://github.com/PyDataBlog/simstring_rs"
7-
documentation = "https://docs.rs/simstringrs"
7+
documentation = "https://docs.rs/simstringrust"
88
edition = "2021"
99
authors = ["Bernard Brenyah <bbrenyah@gmail.com>"]
1010
keywords = ["string-matching", "nlp", "simstring", "cpmerge"]
@@ -13,7 +13,7 @@ homepage = "https://github.com/PyDataBlog/simstring_rs#readme"
1313
readme = "README.md"
1414

1515
[lib]
16-
name = "simstring_rs"
16+
name = "simstring_rust"
1717
path = "src/lib.rs"
1818

1919
[dependencies]

0 commit comments

Comments
 (0)