Skip to content

Commit b002bba

Browse files
authored
New release - 22/04/2024 (the-benchmarker#7405)
* update [skip ci] * update * restore blaze [skip ci]
1 parent 46edcb8 commit b002bba

File tree

15 files changed

+41048
-43209
lines changed

15 files changed

+41048
-43209
lines changed

crystal/lucky/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
framework:
22
website: luckyframework.org
3-
version: 1.1
3+
version: 1.2
44

55
environment:
66
LUCKY_ENV: production

crystal/lucky/shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ targets:
1313
dependencies:
1414
lucky:
1515
github: luckyframework/lucky
16-
version: ~> 1.1.0
16+
version: ~> 1.2.0

d/cgi/dub.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"dependencies": {
44
"arsd-official:cgi": "~>11.4.2"
55
},
6-
"dflags-ldc": [
7-
"-mcpu=native"
8-
],
6+
"dflags-ldc": ["-mcpu=native"],
97
"subConfigurations": { "arsd-official:cgi": "embedded_httpd_hybrid" },
108
"license": "MIT"
119
}

d/lighttp/dub.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"dependencies": {
44
"lighttp": "~>0.5.4"
55
},
6-
"dflags-ldc": [
7-
"-mcpu=native"
8-
],
6+
"dflags-ldc": ["-mcpu=native"],
97
"license": "MIT"
108
}

d/serverino/dub.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
"dependencies": {
44
"serverino": "~>0.7.1"
55
},
6-
"dflags-ldc": [
7-
"-mcpu=native"
8-
],
6+
"dflags-ldc": ["-mcpu=native"],
97
"license": "MIT"
108
}

d/vibed/dub.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"VibeHighEventPriority",
99
"VibeDisableCommandLineParsing"
1010
],
11-
"dflags-ldc": [
12-
"-mcpu=native"
13-
],
11+
"dflags-ldc": ["-mcpu=native"],
1412
"license": "MIT"
1513
}

0 commit comments

Comments
 (0)