Skip to content

Commit

Permalink
WIP: update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsionyx committed Jul 14, 2024
1 parent 3aa27d8 commit 8779562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:
strategy:
matrix:
rust:
- 1.43.0
- 1.65.0
- stable
- beta
- nightly-2021-04-25
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -48,10 +47,9 @@ jobs:
strategy:
matrix:
rust:
- 1.43.0
- 1.65.0
- stable
- beta
- nightly
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -100,10 +98,9 @@ jobs:
strategy:
matrix:
rust:
- 1.43.0
- 1.65.0
- stable
- beta
- nightly
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "geod-types"
description = "Geodesy types and primitives"
authors = ["Ivan Ladelshchikov <tsionyx@gmail.com>"]
authors = ["Ivan L <tsionyx@gmail.com>"]
license = "MIT"
keywords = ["geodesy", "cartography"]
readme = "./README.md"
version = "0.1.1"
repository = "https://github.com/tsionyx/geod"
edition = "2018"
edition = "2021"
categories = ["science"]


Expand Down

0 comments on commit 8779562

Please sign in to comment.