chore: fix how to

This commit is contained in:
Jesús Pérez Lorenzo 2021-09-01 19:42:06 +01:00
parent ef85f32cb6
commit f58b4bfa32

View File

@ -24,7 +24,7 @@ Updating packages or dependencies shoud be keep in sync among <u>Cargo.toml</u>
2 - Get current version from <u>Cargo.toml</u>
3 - <u>For each member of</u> of **Defs Library** one line like the one below should be included in <u>target development Cargo.toml</u> (adjust version & path) and **use** whatever is need.
3 - <u>For each member of</u> of **Filters Library** one line like the one below should be included in <u>target development Cargo.toml</u> (adjust version & path) and **use** whatever is need.
```toml
app_auth_filters = { version = "0.1.0", path = "../lib/filters/app_auth_filters" }