mirror of
https://github.com/actix/actix-website
synced 2025-01-23 00:25:55 +01:00
6 lines
182 B
HTML
6 lines
182 B
HTML
|
{{- if eq (.Get 0) "actix" -}}
|
||
|
{{- .Page.Site.Params.actixMinRustVersion -}}
|
||
|
{{- else if eq (.Get 0) "actix-web" -}}
|
||
|
{{- .Page.Site.Params.actixWebMinRustVersion -}}
|
||
|
{{- end -}}
|