Skip to content

Commit

Permalink
bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Giersch committed Apr 8, 2023
1 parent 3ef336f commit 82747ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Rust

on:
push:
branches: [ master ]
branches: [ master, develop ]
tags: [ v0.* ]
pull_request:
branches: [ master ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The feature can be disabled by specifying the dependency as follows:

```
[dependencies.conquer-once]
version = "0.3.3"
version = "0.4.0"
use-default-features = false
```

Expand Down

0 comments on commit 82747ca

Please sign in to comment.