File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - beta
2424 - nightly
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
2929 - run : rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
4040 name : Check Format
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 with :
4545 fetch-depth : 0
4646 - run : rustup update stable && rustup default stable
5151 name : Docs
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 with :
5656 fetch-depth : 0
5757 - run : rustup update nightly && rustup default nightly
Original file line number Diff line number Diff line change 1717 if : ${{ github.event.workflow_run.conclusion == 'success' }}
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - name : Install Rust toolchain
Original file line number Diff line number Diff line change 11[package ]
22name = " general-sam"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44edition = " 2024"
55license = " MIT OR Apache-2.0"
66description = " A general suffix automaton implementation in Rust"
@@ -21,12 +21,12 @@ utils = ["rand"]
2121all = [" trie" , " utils" ]
2222
2323[dependencies ]
24- rand = { version = " 0.9.1 " , optional = true }
24+ rand = { version = " 0.9.2 " , optional = true }
2525
2626[dev-dependencies ]
27- criterion = " 0.6 .0"
28- rand = " 0.9.1 "
29- tokenizers = " 0.21.1 "
27+ criterion = " 0.7 .0"
28+ rand = " 0.9.2 "
29+ tokenizers = " 0.22.0 "
3030
3131[[bench ]]
3232name = " tokenize"
You can’t perform that action at this time.
0 commit comments