Skip to content

Deploy Master Changes #1078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 42 commits into from
Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
93c0936
Pontoon: Update French (fr) localization of Rust Website
nightmared Apr 11, 2020
a76f679
Pontoon: Update Spanish (es) localization of Rust Website
jrvidal Apr 11, 2020
ad7ebc8
Replace localization strings for the Learning WG (#1053)
LeSeulArtichaut Apr 12, 2020
0b2e511
Pontoon: Update Chinese (zh-CN) localization of Rust Website
upsuper Apr 13, 2020
4ca889c
Pontoon: Update French (fr) localization of Rust Website
LeSeulArtichaut Apr 13, 2020
c18b4bb
Pontoon: Update Japanese (ja) localization of Rust Website
JohnTitor Apr 13, 2020
415abd3
Pontoon: Update French (fr) localization of Rust Website
nightmared Apr 14, 2020
6429f75
Update dependencies to remove some packages (#1057)
JohnTitor Apr 14, 2020
01ab4b8
Bump serde from 1.0.104 to 1.0.106
dependabot-preview[bot] Apr 14, 2020
4759b7e
Bump fluent-syntax from 0.9.1 to 0.9.3
dependabot-preview[bot] Apr 14, 2020
0359868
Merge pull request #1058 from rust-lang/dependabot/cargo/serde-1.0.106
dependabot-preview[bot] Apr 14, 2020
e1cc036
Merge pull request #1062 from rust-lang/dependabot/cargo/fluent-synta…
dependabot-preview[bot] Apr 14, 2020
c1d0a8b
Pontoon: Update Polish (pl) localization of Rust Website
adamsky Apr 15, 2020
bdb8bef
Bump serde_json from 1.0.45 to 1.0.51
dependabot-preview[bot] Apr 15, 2020
7a3cbd4
Bump rocket_contrib from 0.4.2 to 0.4.4
dependabot-preview[bot] Apr 15, 2020
018e98c
Bump rust_team_data from `2e7be25` to `45013d1`
dependabot-preview[bot] Apr 15, 2020
a566e72
Merge pull request #1064 from rust-lang/dependabot/cargo/serde_json-1…
dependabot-preview[bot] Apr 15, 2020
fe51c77
Merge pull request #1065 from rust-lang/dependabot/cargo/rocket_contr…
dependabot-preview[bot] Apr 15, 2020
9d7115d
Merge pull request #1067 from rust-lang/dependabot/cargo/rust_team_da…
dependabot-preview[bot] Apr 15, 2020
9ecd1be
Link to nightly version of the Unstable Book
mbrubeck Apr 15, 2020
a3badf7
Merge pull request #1069 from mbrubeck/unstable
Manishearth Apr 15, 2020
c4c1e2b
Bump rust_team_data from `45013d1` to `51e0e38`
dependabot-preview[bot] Apr 16, 2020
931dc79
Bump fluent from 0.5.0 to 0.11.0
dependabot-preview[bot] Apr 16, 2020
a5c7006
Bump regex from 1.3.3 to 1.3.6
dependabot-preview[bot] Apr 16, 2020
44eaca7
Bump siphasher from 0.2.3 to 0.3.2
dependabot-preview[bot] Apr 16, 2020
a7952c8
Merge pull request #1070 from rust-lang/dependabot/cargo/rust_team_da…
dependabot-preview[bot] Apr 16, 2020
3aa4c29
Merge pull request #1072 from rust-lang/dependabot/cargo/regex-1.3.6
dependabot-preview[bot] Apr 16, 2020
f48d4bd
Merge pull request #1073 from rust-lang/dependabot/cargo/siphasher-0.3.2
dependabot-preview[bot] Apr 16, 2020
69d7b49
Merge pull request #1071 from rust-lang/dependabot/cargo/fluent-0.11.0
dependabot-preview[bot] Apr 16, 2020
ce2e3a4
Bump fluent-locale from 0.4.1 to 0.10.1
dependabot-preview[bot] Apr 16, 2020
ffa38d6
Merge pull request #1074 from rust-lang/dependabot/cargo/fluent-local…
dependabot-preview[bot] Apr 16, 2020
601b7af
Bump regex from 1.3.6 to 1.3.7
dependabot-preview[bot] Apr 20, 2020
e5cb3a1
Bump rust_team_data from `51e0e38` to `cc50c80`
dependabot-preview[bot] Apr 20, 2020
2420e86
Merge pull request #1077 from rust-lang/dependabot/cargo/rust_team_da…
dependabot-preview[bot] Apr 20, 2020
93703e0
Merge pull request #1076 from rust-lang/dependabot/cargo/regex-1.3.7
dependabot-preview[bot] Apr 20, 2020
daa1b17
use <main> instead of a div with a id #main-content (#1079)
Apr 21, 2020
5e55200
Pontoon: Update Persian (fa) localization of Rust Website
Apr 21, 2020
79abec7
Bump rust_team_data from `cc50c80` to `8833025`
dependabot-preview[bot] Apr 21, 2020
7a75832
Merge pull request #1080 from rust-lang/dependabot/cargo/rust_team_da…
dependabot-preview[bot] Apr 21, 2020
fe8369d
Pontoon: Update Spanish (es) localization of Rust Website
jrvidal Apr 22, 2020
dc3df46
Bump rust_team_data from `8833025` to `c2e7cac`
dependabot-preview[bot] Apr 22, 2020
8918464
Merge pull request #1081 from rust-lang/dependabot/cargo/rust_team_da…
dependabot-preview[bot] Apr 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Formatting
run: |
# Install extra rustup components
Expand Down
Loading