Skip to content

Commit

Permalink
upgrade: upgrade summer-boot-autoconfigure 1.4.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jzow committed Dec 27, 2023
1 parent b929c20 commit fc66347
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ summer_boot::log
____) | |_| | | | | | | | | | | | __/ | | |_) | (_) | (_) | |_
|_____/ \__,_|_| |_| |_|_| |_| |_|\___|_| |____/ \___/ \___/ \__|

:: Summer Boot Version:: (1.4.0)
:: Summer Boot Version:: (1.4.1)

summer_boot::server::server Server listening on http://0.0.0.0:8080
```
Expand All @@ -58,7 +58,7 @@ summer_boot::server::server Server listening on http://0.0.0.0:8080

Cargo.toml:
```rust
summer-boot = "1.4.0"
summer-boot = "1.4.1"
```

Add resuorce configuration file to src directory
Expand Down
2 changes: 1 addition & 1 deletion summer-boot-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ syn = { version = "1.0", features = ["full"] }
toml = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
summer-boot-autoconfigure = { version = "1.4.0", path = "../summer-boot-autoconfigure"}
summer-boot-autoconfigure = { version = "1.4.1", path = "../summer-boot-autoconfigure"}

[dev-dependencies]
summer-boot = { version = "1.4.1", path = "../summer-boot" }
2 changes: 1 addition & 1 deletion summer-boot-macro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Used to write all macros of summer boot
## Getting Started

```rust
summer-boot-macro = "1.4.0"
summer-boot-macro = "1.4.1"
```

## Macro description
Expand Down
4 changes: 2 additions & 2 deletions summer-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ summer_boot::log
____) | |_| | | | | | | | | | | | __/ | | |_) | (_) | (_) | |_
|_____/ \__,_|_| |_| |_|_| |_| |_|\___|_| |____/ \___/ \___/ \__|

:: Summer Boot Version:: (1.4.0)
:: Summer Boot Version:: (1.4.1)

summer_boot::web2::server::server Server listening on http://0.0.0.0:8080
```
Expand All @@ -25,7 +25,7 @@ summer_boot::web2::server::server Server listening on http://0.0.0.0:8080

Cargo.toml:
```rust
summer-boot = "1.4.0"
summer-boot = "1.4.1"
```

Add resuorce configuration file to src directory
Expand Down

0 comments on commit fc66347

Please sign in to comment.