1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 16:17:43 +02:00
Commit Graph

58 Commits

Author SHA1 Message Date
d61b33928d chore: bump msrv to 1.74 2025-05-09 04:20:18 +01:00
8097af6a27 chore: allow missing docs on tests 2024-12-29 14:31:46 +00:00
ecba6e21da chore: fmt project 2024-12-29 14:27:58 +00:00
0e36c5f5c4 feat(bytestring): split_at method (#619) 2024-11-24 00:55:18 +00:00
e282811d69 build(deps): update rustversion-msrv requirement from 0.99 to 0.100 (#584)
---
updated-dependencies:
- dependency-name: rustversion-msrv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-22 19:27:49 +00:00
5edbf9e3dc chore: switch to rustversion-msrv 2024-05-12 18:24:37 +01:00
f028a74240 build: fix rustversion spec 2024-05-11 17:41:31 +01:00
f4139a0878 chore: update MSRV to 1.70 2024-05-11 17:39:34 +01:00
7d138f0c31 build: fix min version compat (#498) 2023-10-29 21:15:40 +00:00
4a7f2c95af chore: remove dates from changelogs 2023-09-17 20:25:58 +01:00
9cb8a1fadc remove lint exception 2023-07-24 03:27:44 +01:00
9017de439f ci: fix post-merge tool installs 2023-07-20 00:22:55 +01:00
3eba5b152e prepare actix-macros release 0.2.4 2023-07-19 23:52:56 +01:00
8d5d1dbf6f bump MSRV to 1.65 (#485) 2023-07-17 03:05:39 +01:00
dbce150993 update syn to v2 (#481
* update syn to v2

* update changelog
2023-04-01 22:21:14 +01:00
c0693da9ba update msrv to 1.60 (#482
* update msrv to 1.60

* inherit workspace msrv
2023-04-01 21:39:19 +01:00
28f36e4e30 update unreleased sections date 2023-04-01 05:24:40 +01:00
fbb53f54ef format changelogs with prettier 2023-03-03 22:36:13 +00:00
9b388a83c9 reinstate actix-macros trybuild tests 2023-02-26 16:26:19 +00:00
8d964713c9 fix futures-util version range 2022-12-21 20:36:26 +00:00
2b83f08a40 Use old cargo-hack for 1.59.0 CI (#472)
* Use old cargo-hack for 1.57.0 CI

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

* Upgrade MSRV to 1.59.0

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-11-12 14:00:33 +00:00
66756bc448 update all crates msrv to 1.57 (#464) 2022-07-23 00:51:12 +01:00
41ed48219d bump lower msrv to 1.49 2022-03-02 16:40:11 +00:00
621deba990 fix changelog bullet points 2021-12-18 02:49:23 +00:00
90f205a465 standardize crate level lints 2021-12-08 06:09:46 +00:00
47f278b17a fix test macro in presence of other imports named test (#399) 2021-10-19 16:13:13 +01:00
ca77d8d835 split -server and -tls msrv and raise to 1.52 (#398) 2021-10-19 14:53:42 +01:00
00775884f8 prepare actix-macros release 0.2.2 2021-10-14 11:08:02 +01:00
4ff8a2cf68 make runtime macros more IDE friendly (#391) 2021-10-14 10:54:39 +01:00
605ec25143 prepare macros release 0.2.1 2021-06-08 17:48:30 +01:00
3824493fd3 take custom system path in actix_rt::main macro (#363) 2021-06-08 17:33:05 +01:00
8becb0db70 refactor crates for better api stability (#301) 2021-03-30 13:39:10 +01:00
a77b70aed2 prepare service 2.0.0-beta.4 release (#269) 2021-02-04 20:44:13 +00:00
66bd5bf4a2 prepare macros v0.2.0 release (#261) 2021-02-02 02:07:58 +00:00
b75254403a remove builder and introduce worker handle (#257) 2021-01-31 03:34:07 +00:00
6112a47529 update local deps 2021-01-09 15:19:16 +00:00
d4c46b7da9 fix macros code 2021-01-09 14:58:15 +00:00
b0a8f8411b prepare macros 0.2.0-beta.1 release 2021-01-09 14:56:07 +00:00
f751cf5acb use convert err on forward_ready! (#246) 2021-01-09 14:13:16 +00:00
4e43216b99 standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
ab496a71b5 Fix release date 2020-12-03 08:59:59 +09:00
76d956e25c macros: Add actix-reexport feature (#218) 2020-12-03 08:59:13 +09:00
10b4c30a06 Use OR instead of deprecated / in license field (#155) 2020-07-14 11:11:30 +01:00
f59ff82395 macros: Bump up to 0.1.2 2020-05-18 15:36:23 +09:00
4c5568ed70 add trybuild compile tests 2020-04-26 20:11:16 +01:00
e35c261c9f actix-macros: test: Simplify by using #sig instead of #name(#inputs) #ret 2020-04-22 00:13:32 +07:00
aae52a80ab Forward actix_rt::test arguments to test function.
Previously,

```rust
async fn foo(_a: u32) {}
```

would compile to

```rust
fn foo() {/* something */}
```

This patches changes this behaviour to

```rust
fn foo(_a: u32) {/* something */}
```

by simply forwarding the input arguments.

This allows any test fixture library (e.g. `rstest`, cfr.
https://github.com/la10736/rstest/issues/85) to integrate with
actix::test.
2020-04-08 16:48:10 +02:00
857e50120b Unpin quote version 2020-03-06 13:45:21 +09:00
346bd072d3 fix build with failing quote 2020-03-05 14:58:44 +02:00
d5a6c83207 Suppress/fix clippy warnings 2020-01-29 12:05:55 +09:00