version bump, clippy on push to master
This commit is contained in:
parent
c9e4691a19
commit
3e92df14e2
3 changed files with 6 additions and 1 deletions
3
.github/workflows/clippy-fmt.yml
vendored
3
.github/workflows/clippy-fmt.yml
vendored
|
@ -3,6 +3,9 @@ name: Lint
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
fmt:
|
fmt:
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
# 0.1.1
|
||||||
|
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "m_captcha"
|
name = "m_captcha"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["realaravinth <realaravinth@batsense.net>"]
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
||||||
description = "Convenient abstractions for all things credentials"
|
description = "Convenient abstractions for all things credentials"
|
||||||
keywords = ["credentials", "password"]
|
keywords = ["credentials", "password"]
|
||||||
|
|
Loading…
Reference in a new issue