Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit 7b27f06

Browse files
committed
Merge remote-tracking branch 'origin/renovate/simple_logger-2.x'
2 parents c1ed02b + 0423630 commit 7b27f06

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Build Image
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- '**'
6+
pull_request:
7+
branches:
8+
- '**'
39
jobs:
410
build:
511
runs-on: ubuntu-latest

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda-aws-sso-google-sync"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Marc Mettke <marc@itmettke.de>"]
55
edition = "2021"
66
description = "Syncs Users and Groups from Google Workspace to AWS SSO"
@@ -26,5 +26,5 @@ rusoto_core = "0.47"
2626
rusoto_secretsmanager = "0.47"
2727
serde = { version = "1", features = ["derive"] }
2828
serde_json = "1"
29-
simple_logger = "1"
29+
simple_logger = "2"
3030
tokio = "1"

0 commit comments

Comments
 (0)