Skip to content

Commit

Permalink
Update Changelog & README.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Aug 20, 2021
1 parent 9e41bfa commit 4ff24c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- Added a `StyleManager` type to manage the behaviour of styles.
- Moved AST and Parser logic to a new crate `stylist_core`.
- AST has been exposed under `stylist::ast`.
- Improved performance for look ups for cached styles.
- Improved performance for looking up cached styles.
- Improved Examples.
- Documentation now shows feature flags.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is a fork of [css-in-rust](https://github.com/lukidoescode/css-in-rust).
Add the following to your `Cargo.toml`:

```toml
stylist = "0.7"
stylist = "0.8"
```

## Usage
Expand Down

0 comments on commit 4ff24c1

Please sign in to comment.