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:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
fmt:
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# 0.1.1
|
||||
- typo fix: `MCaptcha::decrement_visiotr()` became `MCaptcha::decrement_visitor()`
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "m_captcha"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["realaravinth <realaravinth@batsense.net>"]
|
||||
description = "Convenient abstractions for all things credentials"
|
||||
keywords = ["credentials", "password"]
|
||||
|
|
Loading…
Reference in a new issue